// 初始化图表 var myChart = echarts.init(document.getElementById("myChart")); myChart.setOption(option);

  •