Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@bndynet/icharts

bndynet14MIT1.1.0TypeScript support: included

Chart library

typescript, library, sass, typescript library, UMD, ES5

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.

changelog