Metadata revisions for chart-svg-0.2.0

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.0-r1) 2021-01-11T12:13:08Z tonyday567 c34a7fa4f4d78fabad4cdbc9cc81f372c06bfe7189f9ffee88560a62a55234a2
  • Changed description from

    This package provides a charting library targetting SVG as the rendered output.
    
    == Usage
    
    >>> import Chart
    >>>
    >>> let xs = [[(0.0, 1.0), (1.0, 1.0), (2.0, 5.0)], [(0.0, 0.0), (3.0, 3.0)], [(0.5, 4.0), (0.5, 0)]] :: [[(Double, Double)]]
    >>> let ls = fmap (PointXY . uncurry Point) <$> xs
    >>> let anns = zipWith (\w c -> LineA (LineStyle w c Nothing Nothing Nothing Nothing)) [0.015, 0.03, 0.01] palette1
    >>> let lineChart = zipWith Chart anns ls
    >>> writeChartSvgHud "other/lineshud.svg" lineChart
    
    ![main example](other/lineshud.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
    >>>
    >>> let xs = [[(0.0, 1.0), (1.0, 1.0), (2.0, 5.0)], [(0.0, 0.0), (3.0, 3.0)], [(0.5, 4.0), (0.5, 0)]] :: [[(Double, Double)]]
    >>> let ls = fmap (PointXY . uncurry Point) <$> xs
    >>> let anns = zipWith (\w c -> LineA (LineStyle w c Nothing Nothing Nothing Nothing)) [0.015, 0.03, 0.01] palette1
    >>> let lineChart = zipWith Chart anns ls
    >>> writeChartSvgHud "other/lineshud.svg" lineChart
    
    ![main example](docs/other/lineshud.svg)
    
    See "Chart" for a broad overview of concepts, and "Chart.Examples" for a variety of practical examples.

-r0 (chart-svg-0.2.0-r0) 2021-01-11T12:04:13Z tonyday567 92ad0fc57cfc816ca2d6681b4bfecfb649d9414c22d4abfb2e21a77e49aa3601