Socket
Socket
Sign inDemoInstall

@jiaminghi/charts

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jiaminghi/charts - npm Package Versions

13

0.2.8

Diff

Changelog

Source

0.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) {
    }
    
jiaming743
published 0.2.7 •

Changelog

Source

0.2.7-alpha (2019-09-03)

Perfect

  • axis: Optimize irregular syntax.
jiaming743
published 0.2.6 •

Changelog

Source

0.2.6-alpha (2019-09-03)

Perfect

  • axis: Optimize irregular syntax.
jiaming743
published 0.2.5 •

Changelog

Source

0.2.5-alpha (2019-08-29)

Perfect

  • babel: Upgrade babel compilation mode.
jiaming743
published 0.2.4 •

Changelog

Source

0.2.4-alpha (2019-08-28)

Perfect

  • babel: Upgrade babel compilation mode.
jiaming743
published 0.2.3 •

Changelog

Source

0.2.3-alpha (2019-08-28)

Bug Fixes

  • deepMerge: deepMerge method cannot merge Array when recursive.
jiaming743
published 0.2.2 •

Changelog

Source

0.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.
jiaming743
published 0.2.1 •

Changelog

Source

0.2.17-alpha (2020-07-02)

Bug Fixes

  • numberText: Fix: When rendering, 0 is ignored.
jiaming743
published 0.2.0 •

Changelog

Source

0.2.0-alpha (2019-06-13)

New

  • legend: Add legend extend.
jiaming743
published 0.1.3 •

Changelog

Source

0.1.3-alpha (2019-06-11)

Bug Fixes

  • bar: An exception caused by calculate gradientParams.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc