随笔分类 -  echarts

echarts遇到的问题
摘要:X轴无偏移: axisTick: { alignWithLabel: true }, x轴显示所有数据项且避免拥挤在xAxis设置: axisLabel: { interval: 0, rotate: 40 }, 另外设置:grid: { bottom: 70, x: 40, x2: 100, y2 阅读全文

posted @ 2017-11-29 09:43 世界,太精彩 阅读(2185) 评论(0) 推荐(0)

echarts用法
摘要:参考文档: https://github.com/xlsdg/vue-echarts-v3 1、下载echarts插件 2、引入echarts 2.1 全部引入 2.2 部分引入 3、使用echarts Learn more ECharts' API http://echarts.baidu.com 阅读全文

posted @ 2017-08-03 17:54 世界,太精彩 阅读(679) 评论(0) 推荐(0)