echarts crude solution

In echarts, start echarts 

the require ([
'echarts'
// 'echarts / Chart / bar',
// 'echarts / Component / Polar',
// 'zrender / VML / VML'
], function (echarts) {

var Chart echarts.init = (document.getElementById ( 'main'), null, {
// the renderer: 'SVG'
});
option = {
};

chart.setOption (option, to true);

;})

components of option and FIG class
components:
the axis: axis;
the grid: grid;
the polar: polar
   title: title
   Tooltip: Tip
   Legend: Legend
 DataZoom: data area zoom
DataRange: roaming range
   Toolbox: Toolbox
timeline: timeline


















Guess you like

Origin www.cnblogs.com/chenlongsheng/p/11106628.html