dchart-bubble-split

dchart-bubble-split

Usage no npm install needed!

<script type="module">
  import dchartBubbleSplit from 'https://cdn.skypack.dev/dchart-bubble-split';
</script>

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();