Metadata revisions for chart-svg-0.2.3

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r1 (chart-svg-0.2.3-r1) 2021-09-08T00:31:34Z tonyday567 c4b0b3cc4cb6fd64830ecef8d2f88eb873b28463137fb27d2839528890d856fd
  • Changed description from

    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
    
    ![main example](docs/other/lines.svg)
    
    See "Chart" for a broad overview of concepts, and "Chart.Examples" for a variety of practical examples.
    to
    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
    
    ![main example](docs/other/line.svg)
    
    See "Chart" for a broad overview of concepts, and "Chart.Examples" for a variety of practical examples.

-r0 (chart-svg-0.2.3-r0) 2021-09-07T22:58:56Z tonyday567 10b8e483995d072ab0d1ce0c13ba1a659bc55790778df9f624560abbb9440e83