chart-svg: Charting library targetting SVGs.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 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, 0.6.0.0
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-29T06:48:10Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees