摘要: option = { xAxis: { type: 'category', data: ['老石旦', '公乌素', '黄白茨', '五虎山', '利民', '路天'], axisLabel: { textStyle: { color: '#AEC3DC', fontSize: '14px' } } 阅读全文
posted @ 2025-05-28 16:18 Dear~雅 阅读(16) 评论(0) 推荐(0)
摘要: 在template中引入 <div class="chart"> <div id="pie" style="height: 100%; width: 100%"></div> </div> 在script中实现 initPie() { let vm = this; let chartDom = do 阅读全文
posted @ 2021-02-26 09:45 Dear~雅 阅读(833) 评论(0) 推荐(0)