1.0.0 • Published 3 years ago

@bndynet/icharts v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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.