gampleman / elm-visualization

A data visualization library for Elm
http://package.elm-lang.org/packages/gampleman/elm-visualization/latest/
MIT License
514 stars 48 forks source link

Updates for typed-svg 6.0.0 #72

Closed Anton-4 closed 4 years ago

Anton-4 commented 4 years ago

In typed-svg 6.0.0 fill and stroke now both use the Paint type. I have updated the examples so the Paint type is used for fill and stroke.

Closes #71

gampleman commented 4 years ago

Don't worry too much about the travis failures, travis has been pretty flakey for a long time. I just haven't gotten around to getting some proper CI setup.

Anton-4 commented 4 years ago

Success :tada: By moving the tests to an npm script we can test in exactly the same way locally as on travis.

gampleman commented 4 years ago

Thanks @Anton-4!

Anton-4 commented 4 years ago

You're welcome! :blush: