Socket
Socket
Sign inDemoInstall

@jiaminghi/charts

Package Overview
Dependencies
6
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

0.2.18

Diff

jiaming743
published 0.2.17 •

Changelog

Source

0.2.17-alpha (2020-07-02)

Bug Fixes

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

Changelog

Source

0.2.16-alpha (2020-06-16)

Perfect

  • numberText: Add number formatter.
jiaming743
published 0.2.15 •

Changelog

Source

0.2.15-alpha (2020-05-06)

Perfect

  • pie: Optimization percent calculation.
jiaming743
published 0.2.14 •

Changelog

Source

0.2.14-alpha (2020-05-02)

Perfect

  • numberText: Graph of numberText support \n to line feed.
jiaming743
published 0.2.13 •

Changelog

Source

0.2.13-alpha (2020-04-15)

Perfect

  • Axis: Perfect axis calculation of min & max.
jiaming743
published 0.2.12 •

Changelog

Source

0.2.12-alpha (2020-01-15)

Perfect

  • Pie: Optimized percentage accuracy calculation.
jiaming743
published 0.2.11 •

Changelog

Source

0.2.11-alpha (2020-01-05)

Bug Fixes

  • util->deepMerge: Object property references are the same in some cases.
jiaming743
published 0.2.10 •

Changelog

Source

0.2.10-alpha (2019-12-25)

Bug Fixes

  • Pie: PercentToFixed exception display.
jiaming743
published 0.2.9 •

Changelog

Source

0.2.9-alpha (2019-11-26)

Perfect

  • Bar: Bar supports independent color, each bar can be set in different colors.
    const config = {
      someConfig,
      series: [
        {
          type: 'bar',
          /**
           * @description Independent color mode
           * When set to true, independent color mode is enabled
           * @type {Boolean}
           * @default independentColor = false
           */
          independentColor: true,
          /**
           * @description Independent colors
           * Only effective when independent color mode is enabled
           * Default value is the same as the color in the root configuration
           * Two-dimensional color array can produce gradient colors
           * @type {Array}
           * @example independentColor = ['#fff', '#000']
           * @example independentColor = [['#fff', '#000'], '#000']
           */
          independentColors: [],
        }
      ]
    }
    
23Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc