The latest version of chart-svg is 0.8.0.0-0.
chart-svg
Version 0.3.1 revision 0 uploaded by tonyday567.
Package meta
- Synopsis
- Charting library targetting SVGs.
- Description
This package provides a charting library targetting SVG as the rendered output.
Usage
>>> :set -XOverloadedLabels
>>> :set -XOverloadedStrings
>>> import Chart
>>> import Optics.Core
>>> let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]
>>> let styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]
>>> let cs = zipWith (\s x -> LineChart s [x]) styles lines
>>> let lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartSvg
>>> writeChartSvg "other/usage.svg" lineExample
See Chart for a broad overview of concepts, and Chart.Examples for practical examples.
- Author
- Tony Day
- Bug reports
- https://github.com/tonyday567/chart-svg/issues
- Category
- charts
- Copyright
- Tony Day (c) 2017
- Homepage
- https://github.com/tonyday567/chart-svg#readme
- Maintainer
- tonyday567@gmail.com
- Package URL
- n/a
- Stability
- n/a