slamdata / purescript-echarts

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

Add new features and examples #15

Closed shujuwen2013 closed 8 years ago

shujuwen2013 commented 8 years ago
  1. Add gradient color function to Echarts.Color
  2. Add numeral string functions to Echarts.Formatter and Echarts.Utils which can be used to convert number to certain format according to some template.
  3. Add date string functions to Echarts.Formatter and Echarts.Utils which can be used to convert date to certain format according to some template.
  4. Some small changes to Echarts.Symbol and Utils.js
  5. Add some area chart examples http://ec2-52-36-201-183.us-west-2.compute.amazonaws.com/purescript-echarts/new-types.html
cryogenian commented 8 years ago

Ok, I'm going to merge and release this as 0.6.0. Thank you very much @shujuwen2013!