Skip to content

2.0.2

Latest
Compare
Choose a tag to compare
@BigFatDog BigFatDog released this 09 Dec 20:12

🌷 Features

  • 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[...]});