随笔分类 -  Echarts

摘要:series处理 const stackInfo = {}; for (let i = 0; i < series[0].data.length; ++i) { for (let j = 0; j < series.length; ++j) { const stackName = series[j] 阅读全文
posted @ 2024-08-21 14:18 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要:<template> <div class="h jobProportion"> <div class="p20"> <div class="flexa">实例</div> <div class="circle-pic-box"> <div class="w" id="workticket" :st 阅读全文
posted @ 2024-03-12 11:03 ThisCall 阅读(4) 评论(0) 推荐(0) 编辑
摘要:用import * as echarts from 'echarts' 替换 import echarts from 'echarts',便可以有效解决 阅读全文
posted @ 2023-10-08 10:22 ThisCall 阅读(103) 评论(0) 推荐(0) 编辑
摘要:beforeMount() { window.addEventListener('resize', this.$_resizeHandler) }, beforeDestroy() { window.removeEventListener('resize', this.$_resizeHandler 阅读全文
posted @ 2023-09-27 11:31 ThisCall 阅读(25) 评论(0) 推荐(0) 编辑
摘要:grid: { left: "3%",//坐标轴距离左侧 right: "4%",//坐标轴距离右侧 bottom: "10%",//坐标轴距离底部 containLabel: true, }, 参考下面理解 阅读全文
posted @ 2023-09-22 15:14 ThisCall 阅读(84) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/goloving/p/9302213.html https://www.jianshu.com/p/cf0a54374419 https://blog.csdn.net/xuemoyao/article/details/16358571/ 阅读全文
posted @ 2021-03-16 10:20 ThisCall 阅读(37) 评论(0) 推荐(0) 编辑