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.
var chart = new icharts.XYChart(document.getElementById('chart'), {
data: [] // your chart data
});
More details about APIs, please visit Demo site.