今天使用hbuildx运行之前的项目发现引入的图表库ucharts报错了。确认代码没有明显问题之后发现竟然是因为hbuildx没有登录导致的...,重新登录后就正常运行了。 页面【components/qiun-data-charts/qiun-data-charts]错误: TypeError: Cannot read property 'length' of undefined...
可以引入config-ucharts.js/config-echarts.js来根据返回的id,调用uCharts或者ECharts实例的相关方法,详见other.vue其他图表高级应用。 @getIndex获取点击数据索引,点击后返回图表索引currentIndex,图例索引(仅uCharts)legendIndex,等信息。返回数据:{type: "getIndex", currentIndex: 3, legendIndex...