摘要: [madeapie](https://madeapie.com/#/) [MCChart](http://echarts.zhangmuchen.top/#/index) [ppchart](http://ppchart.com/#/) [makeapie](https://www.makeapie 阅读全文
posted @ 2023-08-01 17:19 ZerlinM 阅读(507) 评论(0) 推荐(0)
摘要: ## 问题 当图表中的 legend 过多的时候,就需要考虑 legend 进行换行,但是换行之后,图例就会无法对齐。 ## 解决 ``` legend: { icon: "rect", width: "80%", itemWidth: 6, itemHeight: 6, bottom: 0, te 阅读全文
posted @ 2023-08-01 12:43 ZerlinM 阅读(1210) 评论(0) 推荐(0)
摘要: 微信小程序中动态设置了echarts的高度,但是canvas变形,并没有重新resize ## 原因 chart获取不到父组件的宽高,小程序里获取宽高用的是 wx.createSelectorQuery() ,echarts里resize的时候,并没有调用这个API,肯定无法重置宽高。 ## 解决 阅读全文
posted @ 2023-08-01 10:58 ZerlinM 阅读(740) 评论(0) 推荐(0)