dchart-bubble-split
v0.0.4
Published
dchart-bubble-split
Downloads
3
Readme
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();