随笔分类 -  echarts

摘要:先验知识: vue2中echarts的安装和显示中国地图:https://www.cnblogs.com/sunshine233/p/16140522.html 鼠标事件: https://echarts.apache.org/zh/api.html#echartsInstance.on echar 阅读全文
posted @ 2024-05-16 08:44 sunshine233 阅读(671) 评论(0) 推荐(0)
摘要:先验知识: yAxis. position y 轴的位置。 可选: 'left' 'right' 默认 grid 中的第一个 y 轴在 grid 的左侧('left'),第二个 y 轴视第一个 y 轴的位置放在另一侧。注:若未将 yAxis.axisLine.onZero 设为 false , 则该 阅读全文
posted @ 2024-04-30 16:30 sunshine233 阅读(2033) 评论(0) 推荐(0)
摘要:vue2中echarts的安装和显示中国地图:https://www.cnblogs.com/sunshine233/p/16140522.html 鼠标事件: https://echarts.apache.org/zh/api.html#echartsInstance.on echarts.get 阅读全文
posted @ 2022-04-14 15:18 sunshine233 阅读(1396) 评论(0) 推荐(0)
摘要:1、 npm 安装 echarts4.9(全局引入不支持5.0) npm install echarts@4.9.0 2、 main.js中全局引入echarts: //main.js import echarts from 'echarts' Vue.prototype.$echarts = ec 阅读全文
posted @ 2022-04-13 15:36 sunshine233 阅读(8793) 评论(0) 推荐(0)