随笔分类 -  echart

摘要:![](https://img2023.cnblogs.com/blog/1202393/202301/1202393-20230119181218049-1431225230.png) 阅读全文
posted @ 2023-01-19 18:12 盘思动 阅读(319) 评论(0) 推荐(0) 编辑
摘要:init_chuangkou_top_list_chart:function(ckmc_list,value_list){ let myChart = this.$echarts.init(document.getElementById('chuangkou_top_list')); var opt 阅读全文
posted @ 2023-01-19 17:48 盘思动 阅读(431) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/sleepwalker_1992/article/details/126467654 阅读全文
posted @ 2023-01-19 16:48 盘思动 阅读(136) 评论(0) 推荐(0) 编辑
摘要:环状图,距离左边文字的距离 init_hot_matter_top5(){ console.log(' init_hot_matter_top5 '); let myChart = this.$echarts.init(document.getElementById('hot_matter_top5 阅读全文
posted @ 2022-10-20 16:59 盘思动 阅读(35) 评论(0) 推荐(0) 编辑
摘要:一、问题分析 找不到导入的Echarts,原因是因为echarts for react不支持5.0版本以上的echarts 二、解决方案 1.查看自己echarts的版本 在文件package.json里或者使用命令 npm ls echarts //查看echarts的版本 2.卸载新版本echa 阅读全文
posted @ 2022-07-14 10:05 盘思动 阅读(1345) 评论(0) 推荐(0) 编辑
摘要:option = { tooltip : { formatter: "{a} <br/>{b} : {c}%" }, toolbox: { show : true, feature : { mark : {show: true}, restore : {show: true}, saveAsImag 阅读全文
posted @ 2022-05-13 09:59 盘思动 阅读(2448) 评论(0) 推荐(0) 编辑
摘要:修改legend字体颜色,侧边栏字体: legend: { y:'55%', textStyle:{ fontSize: 18,//字体大小 color: '#ffffff'//字体颜色 }, data: [] } 修改x轴字体颜色: xAxis : [ { type : 'category', d 阅读全文
posted @ 2022-05-10 09:14 盘思动 阅读(3408) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示