随笔分类 -  echarts

摘要:Echarts雷达图中indicator的点击事件,代码如下: 按照以往的方法,改变data中的值是:this.dataValue = params.name;发现是改变不了data中的值。解决方法如下: 阅读全文
posted @ 2019-05-06 16:24 童心小城 阅读(3830) 评论(1) 推荐(1)
摘要:https://blog.csdn.net/kebi007/article/details/68488694 阅读全文
posted @ 2019-04-11 11:00 童心小城 阅读(364) 评论(0) 推荐(0)
摘要:效果图如下: 阅读全文
posted @ 2019-03-12 16:05 童心小城 阅读(17358) 评论(0) 推荐(0)
摘要:html部分: js部分:(来自qq_29384639的博客:http://blog.csdn.net/qq_29384639/article/details/53322142) js文件引用部分:(来自陈坤 :https://www.zhihu.com/question/41690502) 其中j 阅读全文
posted @ 2017-02-22 13:24 童心小城 阅读(2937) 评论(0) 推荐(0)
摘要:1:x轴文本字体颜色改变 2:y轴文本字体颜色改变 阅读全文
posted @ 2017-01-10 10:40 童心小城 阅读(91645) 评论(2) 推荐(4)
摘要:yAxis : [ { type : 'category', data : ['国家公务员','专业技术人员','职员','企业管理人员'], axisLabel:{ interval: 0 , rotate:40 } } ] 阅读全文
posted @ 2017-01-10 10:37 童心小城 阅读(6885) 评论(0) 推荐(0)