Yuan-Mr / mcCharts

mcCharts(莓创图表)是McUI提供的一款开箱即用的图表工具库。作为HarmonyOS一款开源的图表组件库,组件库将会提供以下图表:折线图、柱状图、饼图、散点图、雷达图等等。
http://meichuang.org.cn/
MIT License
60 stars 9 forks source link

X轴文本显示过长怎么处理 #24

Open uncledrewzhaopeng opened 4 months ago

uncledrewzhaopeng commented 4 months ago

image

Yuan-Mr commented 4 months ago

这个我们考虑一下,目前需要自己对文字设置换行(使用\n)

uncledrewzhaopeng commented 4 months ago

使用 \n 对于动态数据的话不太行,能不能像 echarts 那样做处理。

uncledrewzhaopeng commented 4 months ago

@Yuan-Mr

Yuan-Mr commented 3 months ago

我们在弄了,感谢提的意见哈