terezka / elm-charts

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

Use css classnames instead of styles #15

Closed jwillem closed 7 years ago

jwillem commented 7 years ago

Additionally to inline-styles there should be the possibility to use css-classes instead.

terezka commented 7 years ago

Fixed! Search for "classes" in the API docs for more info! (Pretty straight forward though)

jwillem commented 7 years ago

uuuuh, thanks! ☺️

On 18 Nov 2016, at 18:19, Tereza Sokol notifications@github.com wrote:

Closed #15 https://github.com/terezka/elm-plot/issues/15.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/terezka/elm-plot/issues/15#event-864687690, or mute the thread https://github.com/notifications/unsubscribe-auth/AH18FPL64cc9gPmbmqbDwMfWESsQyndyks5q_d4-gaJpZM4K2cMn.

terezka commented 7 years ago

Anytime, it's great with feedback!