@jiaminghi/charts
Advanced tools
Changelog
0.2.8-alpha (2019-10-24)
animationEnd
parameter which skips unfinished animation when updating the chart state. It is recommended to enable animationEnd when frequently updating the chart state (frequently updating the chart state may cause the animation data to continue to grow and cause memory leaks).
/**
* @description Set chart option
* @param {Object} option Chart option
* @param {Boolean} animationEnd Execute animationEnd
* @return {Undefined} No return
*/
Charts.prototype.setOption = function (option, animationEnd = false) {
}
Changelog
0.2.7-alpha (2019-09-03)
Changelog
0.2.6-alpha (2019-09-03)
Changelog
0.2.5-alpha (2019-08-29)
Changelog
0.2.4-alpha (2019-08-28)
Changelog
0.2.3-alpha (2019-08-28)
Array
when recursive.Changelog
0.2.2-alpha (2019-06-13)
Changelog
0.2.17-alpha (2020-07-02)
Changelog
0.1.3-alpha (2019-06-11)