terezka / elm-charts

Create SVG charts in Elm.
https://www.elm-charts.org
BSD 3-Clause "New" or "Revised" License
698 stars 67 forks source link

Custom colours #117

Closed Shanki5 closed 2 years ago

Shanki5 commented 2 years ago

Is there any way to define custom colours for the charts?

Shanki5 commented 2 years ago

Apologies, didn't realize we already can. For anyone else looking how to do that Chart.Attribute.green is simply a string of the form "#FFC09F". So we can directly use the hex code in the form of a string to define custom colors for the charts