elm-charts
elm-charts copied to clipboard
Create SVG charts in Elm.
This addresses #101 . ## Summary Within stacked bar charts, each stack was being reversed, which resulted in the colors being reversed in that stack if the default colors were...
Hello, First, thank you so much for this great library 👍 I've stumbled upon what I think is a bug when using stacked bar charts and legends combined, as demoed...
I wish elm-charts allowed for using `Html.lazy` / `Svg.lazy` for particular parts of the chart, so that you could only pay the rendering work once for the actual chart and...
As far as I can tell it seems like it's not possible to create our own implementation of functions of type: ``` customFunc : Remodel (One data Any) (Item result)...
A chart printed to PDF can show a phantom line when viewed in Chrome. Here is a close-up view near the origin, note the faint line: This snapshot is taken...
Parameter missing from C.bars function
When using `Chart.Attributes.domain`, I expect the x-axis to be affected, and when using `Chart.Attributes.range`, I expect the y-axis to be affected. However, the opposite seems to be true. The following...
 
This address #105 - the [Domain of a function](https://en.wikipedia.org/wiki/Domain_of_a_function) is the input / independent variable / X-Axis of a chart, but this library uses the term to refer to the...