slamdata / purescript-echarts

Purescript bindings for Baidu's Echarts library
36 stars 16 forks source link

markLine removed? #29

Closed commandodev closed 7 years ago

commandodev commented 7 years ago

I'm porting a version from the old API to the new one. It's already much nicer! Are you planning to add markLine to the new style DSL at all?

cryogenian commented 7 years ago

Adding this should be very straightforward because phantom types for markThings are already there. I'll add them at this or next weekend. BTW contributions are welcomed :)