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();
dchart-bubble-split
<script type="module">
import dchartBubbleSplit from 'https://cdn.skypack.dev/dchart-bubble-split';
</script>
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();