Releases: DataV-Team/Charts
Releases · DataV-Team/Charts
V0.2.8-alpha (2019-10-24)
Perfect
- setOption: setOption adds the
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) { }
V0.2.7-alpha (2019-09-03)
Perfect
- axis: Optimize irregular syntax.
V0.2.6-alpha (2019-09-03)
Perfect
- axis: Optimize irregular syntax.
V0.2.5-alpha (2019-08-29)
Perfect
- babel: Upgrade babel compilation mode.
V0.2.4-alpha (2019-08-28)
Perfect
- babel: Upgrade babel compilation mode.
V0.2.3-alpha (2019-08-28)
Bug Fixes
- deepMerge: deepMerge method cannot merge
Array
when recursive.
V0.2.2-alpha (2019-06-13)
Bug Fixes
- axis: The label position is abnormal when the label is rotated.
- gauge: An exception caused by inconsistent number of gradient colors.
V0.2.1-alpha (2019-06-13)
Perfect
- core: Configurable render level.
V0.2.0-alpha (2019-06-13)
New
- legend: Add legend extend.
V0.1.3-alpha (2019-06-11)
Bug Fixes
- bar: An exception caused by calculate gradientParams.