Skip to content

2.0.8

Compare
Choose a tag to compare
@BigFatDog BigFatDog released this 09 Dec 16:05
· 3 commits to master since this release

🌷 Features

  • #3 Refine color api
// use a new scheme
chart.color({scheme: 'Blues'});
// or change type
chart.color({type: 'sequential'});
// or both
chart.color({type: 'sequential', scheme[...]});
  • demo pages have been revised