terezka / elm-charts

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

Render legends as svg #123

Open David-Klemenc opened 11 months ago

David-Klemenc commented 11 months ago

Legends are rendered as html which causes them not to scale with the graph, also if the svg is exported as an image the labels are not visible as a consequence. (The graph title for example scales correctly)

Example:

scaling_big scaling_small