chart-svg: Charting library targetting SVGs.
This package provides a charting library targetting SVG as the rendered output.
Usage
>>>
import Chart
>>>
:set -XOverloadedLabels
>>>
let xs = fmap (fmap (uncurry Point)) [[(0.0, 1.0), (1.0, 1.0), (2.0, 5.0)], [(0.0, 0.0), (3.2, 3.0)], [(0.5, 4.0), (0.5, 0)]] :: [[Point Double]]
>>>
let anns = zipWith (\w c -> LineA (LineStyle w c Nothing Nothing Nothing Nothing)) [0.015, 0.03, 0.01] palette1_
>>>
let lineExample = mempty & (#chartList .~ zipWith Chart anns (fmap (fmap PointXY) xs)) & #hudOptions .~ defaultHudOptions & #svgOptions .~ defaultSvgOptions :: ChartSvg
writeChartSvg "other/line.svg" lineExample
See Chart for a broad overview of concepts, and Chart.Examples for a variety of practical examples.
Versions [faq] | 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2 |
---|---|
Dependencies | attoparsec (==0.13.*), base (>=4.7 && <5), bytestring (==0.10.*), chart-svg, Color (==0.3.*), concurrency (==1.11.*), containers (==0.6.*), cubicbezier (==0.6.*), foldl (==1.4.*), generic-lens (>=1.2 && <3.0), JuicyPixels (>=3.3.5 && <3.4), lens (==4.19.*), linear (==1.21.*), lucid (==2.9.*), numhask (==0.7.*), numhask-space (==0.7.*), reanimate (>=1.1.1.0 && <1.2), reanimate-svg (==0.13.*), scientific (==0.3.*), tagsoup (==0.14.*), text (==1.2.*), time (==1.9.*), transformers (==0.5.*), unordered-containers (==0.2.*), vector (==0.12.*) [details] |
License | BSD-3-Clause |
Copyright | Tony Day (c) 2017 |
Author | Tony Day |
Maintainer | tonyday567@gmail.com |
Category | charts |
Home page | https://github.com/tonyday567/chart-svg#readme |
Bug tracker | https://github.com/tonyday567/chart-svg/issues |
Source repo | head: git clone https://github.com/tonyday567/chart-svg |
Uploaded | by tonyday567 at 2021-02-09T23:49:56Z |
Distributions | NixOS:0.2.2 |
Executables | reanimate-example |
Downloads | 932 total (14 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-02-10 [all 1 reports] |
Modules
[Index] [Quick Jump]
Downloads
- chart-svg-0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)