chart-svg: Charting library targetting SVGs.

[ bsd3, graphics, library ] [ Propose Tags ]

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 & set #color (palette c) & set #size 0.015) <$> [0..2]
>>> let cs = zipWith (\s x -> LineChart s [x]) styles lines
>>> let lineExample = mempty & set #chartTree (named "line" cs) & set #hudOptions defaultHudOptions :: ChartOptions
>>> writeChartOptions "other/usage.svg" lineExample

See Chart for concept design notes, and Chart.Examples for practical usage.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1.0, 0.4.1.1, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.2.0, 0.6.0.0 (info)
Change log ChangeLog.md
Dependencies adjunctions (>=4.0 && <5), attoparsec (>=0.13.2 && <0.15), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.13), Color (>=0.3.2 && <0.4), containers (>=0.6 && <0.8), cubicbezier (>=0.6 && <0.7), flatparse (>=0.5 && <0.6), foldl (>=1.4 && <1.5), formatn (>=0.3 && <0.4), markup-parse (>=0.1 && <0.2), mtl (>=2.2.2 && <2.4), numhask (>=0.10 && <0.12), numhask-array (>=0.10 && <0.12), numhask-space (>=0.10 && <0.12), optics-core (>=0.4 && <0.5), random (>=1.2 && <1.3), string-interpolate (>=0.3 && <0.5), text (>=1.2 && <2.2), time (>=1.9 && <1.13) [details]
License BSD-3-Clause
Copyright Tony Day (c) 2017
Author Tony Day
Maintainer tonyday567@gmail.com
Category graphics
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 2023-12-29T07:22:22Z
Distributions LTSHaskell:0.5.2.0
Reverse Dependencies 5 direct, 2 indirect [details]
Downloads 2497 total (33 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 2023-12-29 [all 1 reports]