README
9cf-chart
Get 9cf-chart
npm install 9cf-chart --save
图表配置地址
http://img.9cfcf.com/index.html
使用
import chart from 'cf-chart' let _instance =chart.init({ id: 1157, container: "chartID"});
大数据图表插件
<script type="module">
import cfChart from 'https://cdn.skypack.dev/9cf-chart';
</script>
npm install 9cf-chart --save
http://img.9cfcf.com/index.html
import chart from 'cf-chart' let _instance =chart.init({ id: 1157, container: "chartID"});