monitor1394
|
c8a5560a67
|
修复Serie的名字带_线导致Legend无法触发的问题 (#252)
|
2023-06-07 08:05:57 +08:00 |
|
svr2kos2
|
04d646ed8c
|
修复Serie名中包含下划线时,会导致Legend组件无法点击的问题
由于实现方法是index和name使用下划线合并到物体名称中, 之后在接受事件时用下划线分割后获取index和name. 修改限制分割为2部分
|
2023-05-30 14:16:57 +08:00 |
|
monitor1394
|
fab683f5e1
|
增加Axis的MinMaxAuto范围类型
|
2023-05-10 23:29:31 +08:00 |
|
monitor1394
|
93abffaaaa
|
DataZoom的minShowNum默认设置为2
|
2023-05-08 23:23:11 +08:00 |
|
monitor1394
|
a9c801c077
|
优化Axis的MinMax类型范围计算
|
2023-05-04 23:33:45 +08:00 |
|
monitor1394
|
59335786df
|
修复Tooltip在只有一个数据时可能异常的问题
|
2023-04-14 20:53:31 +08:00 |
|
monitor1394
|
674d937104
|
优化RadarCood设置startAngle时文本也跟随调整位置
|
2023-04-12 22:57:12 +08:00 |
|
monitor1394
|
a038317c6e
|
增加Radar对通配符{b}的支持
|
2023-04-12 22:50:05 +08:00 |
|
monitor1394
|
dbb867e0ab
|
增加LabelStyle的autoRotate可设置有角度的竖版文本的自动旋转
|
2023-03-12 22:56:36 +08:00 |
|
monitor1394
|
bf152a3a71
|
增加Legend的Positions可自定义图例的位置
|
2023-03-04 21:09:50 +08:00 |
|
monitor1394
|
64c9b97eb9
|
修复Animation变更动画可能无效的问题
|
2023-03-03 22:41:00 +08:00 |
|
monitor1394
|
8c6d013341
|
增加DataZoom的startEndFunction委托
|
2023-02-26 22:49:19 +08:00 |
|
monitor1394
|
398fee2d97
|
修复TMP下报错
|
2023-02-22 22:08:40 +08:00 |
|
monitor1394
|
7a367d24ab
|
重构ChartHelper.GetOrAddComponent接口
|
2023-02-13 07:20:50 +08:00 |
|
monitor1394
|
4964bca341
|
重构Component相关代码,调整API接口
|
2023-02-12 21:22:53 +08:00 |
|
monitor1394
|
80d9087084
|
优化Axis的数值Label的默认显示格式
|
2023-02-10 13:23:38 +08:00 |
|
monitor1394
|
5e3bc3ff15
|
增加DataZoom的startLock和endLock参数支持锁定
|
2023-02-08 08:22:39 +08:00 |
|
monitor1394
|
3d09d82abd
|
修复DataZoom开启时X轴的Label可能会显示在图表外的问题
|
2023-02-02 08:31:15 +08:00 |
|
边上海
|
7fbaf7af70
|
新增对 InputSystem 的支持
Update BaseGraph.cs
Update XCharts.Runtime.asmdef
|
2023-01-30 19:15:14 +08:00 |
|
monitor1394
|
bda6fc7978
|
修复Pie在最后的几个数据都为0时Label显示不正常的问题 (#240)
|
2023-01-06 22:51:02 +08:00 |
|
monitor1394
|
6ace71f8db
|
删除Serie的MarkColor,增加ItemStyle的MarkColor
|
2023-01-03 21:07:28 +08:00 |
|
monitor1394
|
d9053db2e3
|
修复Covert XY Axis后Y轴的Label显示异常的问题
|
2022-12-22 22:15:58 +08:00 |
|
monitor1394
|
ce1691e1ce
|
优化Legend的formatter支持{h}通配符
|
2022-12-12 13:15:29 +08:00 |
|
monitor1394
|
a3a25fe7c6
|
修复Legend的formatter设置为固定值时显示不正常的问题
|
2022-12-12 07:29:30 +08:00 |
|
monitor1394
|
d4a3886530
|
增加AreaStyle的toTop参数可设置折线图渐变色是到顶部还是到实际位置
|
2022-12-08 07:32:33 +08:00 |
|
monitor1394
|
927644fb10
|
增加Formatter的文本通配符{h}支持设置当前颜色值
|
2022-12-07 13:19:06 +08:00 |
|
monitor1394
|
d67a922a74
|
整理和重构代码
|
2022-12-07 13:16:06 +08:00 |
|
monitor1394
|
7ea0fbd66d
|
优化Tooltip的Shadow绘制不超出图表范围
|
2022-11-30 09:31:39 +08:00 |
|
monitor1394
|
5f11f7d6e3
|
修复Tooltip指示的Serie数据项索引异常的问题
|
2022-11-29 22:38:08 +08:00 |
|
monitor1394
|
5879c99995
|
优化Axis的AxisName的偏移设置
|
2022-11-28 09:26:52 +08:00 |
|
monitor1394
|
f2001fbc82
|
优化Comment的位置,用Location代替Position
|
2022-11-27 17:28:37 +08:00 |
|
monitor1394
|
32f98b6d5a
|
优化Tooltip的LineStyle支持设置Shadow时的颜色
|
2022-11-27 16:54:09 +08:00 |
|
monitor1394
|
b6702be558
|
优化LabelLine的symbol默认不显示
|
2022-11-26 12:10:59 +08:00 |
|
monitor1394
|
69db61c7b6
|
修复LineChart在XY都为数值轴时添加无序数据显示异常的问题
|
2022-11-26 12:02:56 +08:00 |
|
monitor1394
|
da10188c6b
|
修复DataZoom从右往左框选时异常的问题
|
2022-11-26 10:40:12 +08:00 |
|
monitor1394
|
8c0eb970d3
|
[feature][datazoom] 增加DataZoom的MarqueeStyle支持框选区域
|
2022-11-12 21:32:08 +08:00 |
|
monitor1394
|
5e234dc408
|
[feature][datazoom] 增加DataZoom的MarqueeStyle支持框选区域
|
2022-11-12 21:27:52 +08:00 |
|
monitor1394
|
26ef85ce6f
|
[fix][comment] fix null error for comment
|
2022-11-12 08:19:51 +08:00 |
|
monitor1394
|
faa5bc7cd8
|
check null
|
2022-11-02 07:20:00 +08:00 |
|
monitor1394
|
d7ebfb1f41
|
[feature] 增加Axis的indicatorLabel,移除Tooltip的indicatorLabelStyle (#226)
|
2022-10-30 10:37:10 +08:00 |
|
monitor1394
|
c9d554d184
|
[feature] 增加Axis的indicatorLabel,移除Tooltip的indicatorLabelStyle (#226)
|
2022-10-30 10:28:17 +08:00 |
|
monitor1394
|
ce4e88c51c
|
增加RadarCoord的startAngle可设置Radar起始角度
|
2022-10-26 08:04:44 +08:00 |
|
monitor1394
|
b1eae7045b
|
[improve][axis] improve max value and division of y axis
|
2022-10-18 08:33:12 +08:00 |
|
monitor1394
|
a78eed9c5c
|
[fix] fix axis label error when datazoom enable (#227)
|
2022-10-15 23:00:20 +08:00 |
|
monitor1394
|
e1f20e0796
|
[feature][animation] add UnscaledTime for animation #223
|
2022-10-12 08:35:23 +08:00 |
|
monitor1394
|
ab8ced4aed
|
update doc
|
2022-10-11 07:00:35 +08:00 |
|
monitor1394
|
5ed6ee1d2a
|
[fix] fix tooltip display error when serie is hide
|
2022-10-05 16:27:40 +08:00 |
|
monitor1394
|
99769da035
|
[fix] fix divide by zero exception
|
2022-09-30 16:35:53 +08:00 |
|
monitor1394
|
75bf6e0e6c
|
v3.3.0
|
2022-09-28 08:20:10 +08:00 |
|
monitor1394
|
aec3e59aca
|
[improve][Axis] improve default split number
|
2022-09-26 22:15:49 +08:00 |
|