elm-charts icon indicating copy to clipboard operation
elm-charts copied to clipboard

Create SVG charts in Elm.

Results 30 elm-charts issues
Sort by recently updated
recently updated
newest added

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...

in progress

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...

feature request

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)...

feature request

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...

in progress

![image](https://user-images.githubusercontent.com/6143964/160858392-614d5033-09cb-4b9f-8711-2705f078292b.png) ![image](https://user-images.githubusercontent.com/6143964/160858347-295d1468-ce96-45ca-b436-3f7c6aca5c6e.png)

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...