@bndynet/icharts

Chart library

Usage no npm install needed!

<script type="module">
  import bndynetIcharts from 'https://cdn.skypack.dev/@bndynet/icharts';
</script>

README

icharts

Provide some simple charts based on echarts. It depends on ECharts 4.X, please refer it first from https://echarts.apache.org/en/download.html.

How to Use

var chart = new icharts.XYChart(document.getElementById('chart'), {
  data: []  // your chart data
});

More details about APIs, please visit Demo site.