Skip to content

Releases: DataV-Team/Charts

V0.2.8-alpha (2019-10-24)

24 Oct 01:19
Compare
Choose a tag to compare
Pre-release

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)

03 Sep 05:10
Compare
Choose a tag to compare
Pre-release

Perfect

  • axis: Optimize irregular syntax.

V0.2.6-alpha (2019-09-03)

03 Sep 03:43
Compare
Choose a tag to compare
Pre-release

Perfect

  • axis: Optimize irregular syntax.

V0.2.5-alpha (2019-08-29)

29 Aug 08:32
Compare
Choose a tag to compare
Pre-release

Perfect

  • babel: Upgrade babel compilation mode.

V0.2.4-alpha (2019-08-28)

28 Aug 10:59
Compare
Choose a tag to compare
Pre-release

Perfect

  • babel: Upgrade babel compilation mode.

V0.2.3-alpha (2019-08-28)

28 Aug 07:38
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • deepMerge: deepMerge method cannot merge Array when recursive.

V0.2.2-alpha (2019-06-13)

13 Jun 11:49
Compare
Choose a tag to compare
Pre-release

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)

13 Jun 08:03
Compare
Choose a tag to compare
Pre-release

Perfect

  • core: Configurable render level.

V0.2.0-alpha (2019-06-13)

13 Jun 06:37
Compare
Choose a tag to compare
Pre-release

New

  • legend: Add legend extend.

V0.1.3-alpha (2019-06-11)

11 Jun 08:58
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • bar: An exception caused by calculate gradientParams.