摘要: 先上图 1 secondChartInit() { 2 const chart = new Chart({ 3 container: 'Statistics-chart2',//id值 4 autoFit: true, 5 padding: [70, 20, 20, 40] 6 // height: 阅读全文
posted @ 2022-06-22 16:37 进击中的前端攻城狮 阅读(105) 评论(0) 推荐(0)
摘要: 先上图: 1 ChartOneInit() { 2 const chartDom = document.getElementById('evaluation-result-chartOne'); 3 const myChart = echarts.init(chartDom); 4 const ga 阅读全文
posted @ 2022-06-22 16:00 进击中的前端攻城狮 阅读(147) 评论(0) 推荐(0)