dchart-bubble-split

0.0.4 • Public • Published

dchart-bubble-split

符合dchart规范的气泡图,分2段,数据以中间值作为标准,判断偏高还是偏低。

安装

npm install dchart-bubble-split

用法

var Bubble = require('dchart-bubble-split');
var chart = new Bubble(container, {
  yaxis: {
    label : 'label'
  }
});
chart.render();

Readme

Keywords

none

Package Sidebar

Install

npm i dchart-bubble-split

Weekly Downloads

1

Version

0.0.4

License

ISC

Last publish

Collaborators

  • elvira
  • grace.hw