echarts
echarts相关
Y.哈哈
这个作者很懒,什么都没留下…
展开
-
Vue使用echarts报错:TypeError: Cannot read properties of undefined (reading ‘init‘)
// main.js 引入echarts方式如下import * as echarts from 'echarts'原创 2021-10-28 11:11:02 · 7523 阅读 · 1 评论 -
echarts调整图表周围的空白区域
grid: { x: 50, y: 25, x2: 30, y2: 35 },代码位置不在series中与series层级并列原创 2019-06-06 08:13:06 · 9697 阅读 · 1 评论 -
echarts调整文字及坐标轴的颜色、位置
yAxis: [ { splitLine:{ show:false, //去掉背景的网格线 }, show:false, //隐藏坐标轴及刻度 axisLabel: { textStyle:{ color:'#7edae8', //坐标的字体颜色 }, }, axisLine:{ show:false, //隐藏坐标轴 ...原创 2019-06-06 10:10:49 · 21418 阅读 · 1 评论