monitor1394
|
7ff1405de5
|
Fixed serie ignore display error #173
|
2021-11-30 21:40:18 +08:00 |
|
monitor1394
|
acae09bf28
|
v2.5.0
|
2021-11-27 22:12:08 +08:00 |
|
monitor1394
|
b304bd2033
|
add tooltip delegate function: positionFunction
|
2021-11-27 22:06:15 +08:00 |
|
monitor1394
|
72c29235d8
|
Add Time axis warning
|
2021-11-03 06:48:45 +08:00 |
|
monitor1394
|
5f18f060e3
|
Optimized SerieData to support tree data
|
2021-11-02 21:23:01 +08:00 |
|
monitor1394
|
a281028a22
|
Removed settings for TextMeshPro when package first imported
|
2021-10-29 07:26:33 +08:00 |
|
monitor1394
|
fe702f3447
|
Added support for {e} in Tooltip #170
|
2021-10-29 07:05:30 +08:00 |
|
monitor1394
|
6888ba96e3
|
增加Treemap扩展支持
|
2021-10-24 19:23:17 +08:00 |
|
monitor1394
|
b261ef0573
|
improve radar chart
|
2021-09-12 15:01:40 +08:00 |
|
monitor1394
|
64d0b047b3
|
fix pie chart fade out animation #168
|
2021-09-07 21:44:05 +08:00 |
|
monitor1394
|
5c395ade25
|
Fixed bug where GaugeChart does not refresh label when changing splitNumber #167
|
2021-09-06 21:33:44 +08:00 |
|
monitor1394
|
5149376806
|
v2.4.0
|
2021-08-31 22:29:49 +08:00 |
|
monitor1394
|
d8f739cbdf
|
v2.4.0
|
2021-08-31 21:13:59 +08:00 |
|
monitor1394
|
71fb45af9f
|
优化RingChart的渐变效果
|
2021-08-31 21:05:02 +08:00 |
|
monitor1394
|
ca63d041b9
|
修复DataZoom拖动时SerieLabel不刷新的问题 (#165)
|
2021-08-31 13:41:46 +08:00 |
|
monitor1394
|
8fccfdb5fc
|
Fixed the problem of displaying exceptions after adding data again when DataZoom is enable (#163)
|
2021-08-26 20:46:50 +08:00 |
|
monitor1394
|
f08ae794ae
|
修复Theme主题切换无法保持到场景上的问题 (#166)
|
2021-08-26 20:42:11 +08:00 |
|
monitor1394
|
8efa8145b1
|
匀速动画优化
|
2021-08-25 13:41:41 +08:00 |
|
monitor1394
|
e247ad9e71
|
增加Animation的alongWithLinePath参数设置折线轨迹匀速动画
|
2021-08-24 07:21:00 +08:00 |
|
monitor1394
|
645506a6fd
|
Added serie's ignoreLineBreak parameter (#164)
|
2021-08-22 09:26:14 +08:00 |
|
monitor1394
|
c5ef7e765b
|
Fixed axis label may not be updated when datazoom is turn on (#164)
|
2021-08-22 07:55:16 +08:00 |
|
monitor1394
|
3949018555
|
Improved Axis's AxisLabel text rotate setting to avoid inconsistency offset in DataZoom (#163)
|
2021-08-15 22:36:14 +08:00 |
|
monitor1394
|
34b0a97198
|
Added Legend's textAutoColor to set the text color match with Serie color (#163)
|
2021-08-15 22:36:06 +08:00 |
|
monitor1394
|
de3e482687
|
优化BarChart设置Corner时正负柱条圆角对称
|
2021-08-12 22:16:36 +08:00 |
|
monitor1394
|
8dbbbd7405
|
优化Serie的数据全为0时Y轴不显示的问题
|
2021-08-03 08:23:02 +08:00 |
|
monitor1394
|
3316fce8a5
|
修复Serie开启ignore时被忽略的数据还会参与计算的问题 (#161)
|
2021-07-29 08:27:23 +08:00 |
|
monitor1394
|
f85f96a560
|
完善BarChart的Zebra斑马柱图渐变支持
|
2021-07-29 08:05:54 +08:00 |
|
monitor1394
|
8f6f5790b6
|
修复TextMeshPro Enable时找不到XCharts路径的问题 (#160)
|
2021-07-26 21:28:13 +08:00 |
|
monitor1394
|
f69aa1d232
|
v2.3.0
|
2021-07-24 09:31:40 +08:00 |
|
monitor1394
|
bdd53bbe24
|
完善SerieSymbol以支持象形柱图PictorialBarChart扩展
|
2021-07-22 08:11:12 +08:00 |
|
monitor1394
|
b20e768cd1
|
修复WdbGL平台上Tooltip不显示的问题
|
2021-07-19 08:23:39 +08:00 |
|
monitor1394
|
4de732a369
|
增加Serie的iconStyle统一配置图标
|
2021-07-18 14:16:06 +08:00 |
|
monitor1394
|
f87c8445f9
|
MarkLine优化
|
2021-07-16 08:31:10 +08:00 |
|
monitor1394
|
8d6d4ce0c5
|
增加MarkLine标线 (#142)
|
2021-07-15 21:18:23 +08:00 |
|
monitor1394
|
5238689baa
|
优化BarChart可通过serieData.show设置是否显示柱条
|
2021-07-09 06:50:19 +08:00 |
|
monitor1394
|
6f39e692ef
|
优化数据存储类型由float全部转为double
|
2021-07-08 07:20:06 +08:00 |
|
monitor1394
|
e873709443
|
修复ChartLabel在TMP下异常报错的问题
|
2021-07-08 07:04:46 +08:00 |
|
monitor1394
|
8d4a65a002
|
修复PieChart的avoidLabelOverlap参数不生效的问题
|
2021-07-05 07:12:20 +08:00 |
|
monitor1394
|
32a8fed625
|
修复PieChart选中扇区后鼠标区域指示不准确的问题
|
2021-07-04 21:16:30 +08:00 |
|
monitor1394
|
1fccc25873
|
优化SerieLabel
|
2021-07-04 20:38:26 +08:00 |
|
monitor1394
|
0621845e5a
|
增加DataZoom的supportInsideScroll和supportInsideDrag参数设置坐标系内是否支持滚动和拖拽
|
2021-07-01 07:38:06 +08:00 |
|
monitor1394
|
18391881d7
|
整理代码
|
2021-07-01 07:35:55 +08:00 |
|
monitor1394
|
0e1d5cc81d
|
确保XChartsMgr只有一个
|
2021-06-28 07:23:44 +08:00 |
|
monitor1394
|
78a83238f7
|
增加AxisLabel的showStartLabel和showEndLabel参数设置首尾的Label是否显示
|
2021-06-27 21:45:17 +08:00 |
|
monitor1394
|
05f21f2d02
|
增加AxisLabel和SerieLabel的formatter委托方法 #145
|
2021-06-27 12:26:20 +08:00 |
|
monitor1394
|
bcb30f3c82
|
增加更新Axis数据和图标的接口
|
2021-06-27 12:21:56 +08:00 |
|
monitor1394
|
470da8f975
|
增加DataZoom的orient参数设置水平或垂直样式
|
2021-06-27 12:20:03 +08:00 |
|
monitor1394
|
8c83e828bf
|
接口优化
|
2021-06-26 21:45:56 +08:00 |
|
monitor1394
|
a91d190d85
|
增加IconStyle的autoHideWhenLabelEmpty参数设置当label为空时是否自动隐藏图标
|
2021-06-21 07:08:59 +08:00 |
|
monitor1394
|
e9e7371213
|
v2.2.3
|
2021-06-20 17:05:15 +08:00 |
|