随笔分类 - 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]
阅读全文
摘要:<template> <div class="h jobProportion"> <div class="p20"> <div class="flexa">实例</div> <div class="circle-pic-box"> <div class="w" id="workticket" :st
阅读全文
摘要:用import * as echarts from 'echarts' 替换 import echarts from 'echarts',便可以有效解决
阅读全文
摘要:beforeMount() { window.addEventListener('resize', this.$_resizeHandler) }, beforeDestroy() { window.removeEventListener('resize', this.$_resizeHandler
阅读全文
摘要:grid: { left: "3%",//坐标轴距离左侧 right: "4%",//坐标轴距离右侧 bottom: "10%",//坐标轴距离底部 containLabel: true, }, 参考下面理解
阅读全文
摘要:https://www.cnblogs.com/goloving/p/9302213.html https://www.jianshu.com/p/cf0a54374419 https://blog.csdn.net/xuemoyao/article/details/16358571/
阅读全文