monitor1394
monitor1394
master分支已支持。 Animation增加了UnscaledTime参数: 勾选后设置Time Scale为0后动画依旧会播放。 图表刷新需要Update,在Unity2017.4上测试发现,当暂停游戏时Update也不运行了,所以图表也不会刷新。
环形饼图时设置border或gap会有这个问题,master分支已修复。
Cross的label目前确实还不支持自定义formatter。 {b}在坐标系下只会代表类目轴,此时可以用{e}显示dataName
Axis下增加了indicatorLabel可单独设置每个Axis的Tooltip指示文本样式。
New Input System is supported in [v3.6.0](https://github.com/XCharts-Team/XCharts/releases/tag/v3.6.0).
首次使用建议看一遍[五分钟教程](https://xcharts-team.github.io/docs/tutorial01) 注意X轴是共用的,数据不要加重复
Thanks for reporting this! We've added `itemInactiveOpacity` to control inactive legend items' transparency separately. This fix is already in master and will be in the next release (coming soon). Let...
Thanks for your feedback. Just to clarify for all users: 1. **Preferred Methods:** - For data operations: Use the built-in chart APIs - For forced refreshes: `RefreshChart()` is recommended -...