Commit Graph

362 Commits

Author SHA1 Message Date
monitor1394
ae6bd4bdde 增加runtimeSortedData用于排序数据 2021-06-09 07:26:03 +08:00
monitor1394
d1f36a5d00 Improved Candlestickchart support for inverse (#152) 2021-06-05 09:56:40 +08:00
monitor1394
d6a024026b 优化自定义主题Theme的自动刷新 (#148) 2021-06-05 09:56:00 +08:00
monitor1394
7b7150b87f 修复Gauge在最小值为负数时指针指示位置异常的问题 2021-06-04 23:08:34 +08:00
monitor1394
eb23629066 默认关闭TextLimit 2021-06-04 07:56:01 +08:00
monitor1394
9a3e31f768 v2.2.0 2021-05-30 20:17:45 +08:00
monitor1394
8ca1ac1dea 增加漏斗图基础代码支持 2021-05-29 22:07:09 +08:00
monitor1394
7c52279aba 修复DataZoom报错 2021-05-27 21:11:14 +08:00
monitor1394
4892de1435 优化代码 2021-05-25 23:45:15 +08:00
monitor1394
7057cce129 完善TextStylealignment的支持 (#150) 2021-05-25 08:06:32 +08:00
monitor1394
3451b74669 修复PieChart数据全为0Label无法正常显示的问题 2021-05-24 21:35:53 +08:00
monitor1394
f071721d6d 增加Axis的图标、自动换行、自定义长宽的支持 2021-05-24 07:17:54 +08:00
monitor1394
355d3639b1 优化DataZoom 2021-05-22 15:29:55 +08:00
monitor1394
1b72bdf0ab 增加SerieAxisinsertDataToHead参数控制数据插入头部还是尾部 2021-05-21 07:24:02 +08:00
monitor1394
80fd311910 serie增加自定义参数 2021-05-20 21:51:52 +08:00
monitor1394
247942b766 优化Editor下的图表创建 #147 2021-05-18 13:10:29 +08:00
monitor1394
d1c1e64e4c 修复Tooltip不触发的问题 2021-05-18 09:29:03 +08:00
monitor1394
ccb010fee3 修复CoordinateChart的tooltip报错 2021-05-18 08:34:11 +08:00
monitor1394
f93b30d239 CandlestickChart加入菜单栏 #146 2021-05-18 00:06:56 +08:00
monitor1394
5a6b2936b3 修复PieChart的Tooltip高亮不会还原的问题 2021-05-18 00:06:15 +08:00
monitor1394
6c746efb32 修复BarChart在水平布局时clip不生效的问题 2021-05-18 00:05:12 +08:00
monitor1394
486c59cdf4 修复DataZoom报错 2021-05-17 12:29:28 +08:00
monitor1394
aede354af4 抽离甘特图 2021-05-16 23:38:06 +08:00
monitor1394
718e600279 重构VisualMap和DataZoom 2021-05-13 09:38:32 +08:00
monitor1394
14e4f439f8 修复散点图会显示图表外的点的问题 2021-05-11 20:53:09 +08:00
monitor1394
1f77461d05 VisualMap支持Piecewise类型 2021-05-10 12:45:58 +08:00
monitor1394
dc1040ab02 修复RingChart无法设置环形的背景色的问题 #141 2021-05-10 08:27:43 +08:00
monitor1394
3f7d262b7f 优化Log轴显示极小浮点数 2021-05-08 13:01:46 +08:00
monitor1394
53f7a00144 增加LiquidChart的方形水位图支持 2021-05-08 09:42:25 +08:00
monitor1394
a6cc044f3a 优化Axis的刻度表现 #135 2021-05-07 08:35:49 +08:00
monitor1394
95b9917220 增加Settings中关于关于材质球设置的参数 #140 2021-05-01 22:43:17 +08:00
monitor1394
a7f1723559 修复无法正确表示部分超大或超小数值的问题 2021-05-01 20:21:31 +08:00
monitor1394
4e4f501e68 优化代码,更好的支持自定义图表 2021-04-30 13:10:19 +08:00
monitor1394
852f93dec5 增加Custom类型的Serie的tooltip自定义 2021-04-29 19:57:07 +08:00
monitor1394
0d98a1db16 修复Radar切换到Circle异常的问题 #139 2021-04-29 19:43:42 +08:00
monitor1394
c4bc8c06e7 修复Log轴时绘制异常的问题 2021-04-29 19:17:12 +08:00
monitor1394
83b876e80d 增加SettingsreversePainter可设置Serie的绘制是否逆序 2021-04-29 07:30:42 +08:00
monitor1394
054387c71c 增加SerieDataignore可忽略当前数据项 2021-04-28 19:28:05 +08:00
monitor1394
6eae4c7533 Fixed bug where AxisLabel displayed incorrectly with DataRoom (#138) 2021-04-28 07:00:23 +08:00
monitor1394
6ded23a72e 优化代码,更好的支持自定义图表 2021-04-28 06:56:28 +08:00
monitor1394
6a76f25b7d 优化代码,更好的支持自定义图表 2021-04-27 12:47:46 +08:00
monitor1394
3933420cf6 Fixed dynamically creating chart at runtime would be abnormal 2021-04-26 19:37:02 +08:00
monitor1394
0813bbfadd 增加BarChart绘制渐变边框的支持 2021-04-26 07:17:26 +08:00
monitor1394
2f9af18fd0 增加对自定义Chart的支持 2021-04-22 18:55:56 +08:00
monitor1394
9284ba3eac 修复Gauge的AxisLabel文字颜色无法修改的问题 2021-04-22 07:29:08 +08:00
monitor1394
4bf5d916d2 完善多坐标轴的支持 #132 2021-04-14 08:59:03 +08:00
monitor1394
34e709c916 v2.1.1 2021-04-13 20:56:33 +08:00
monitor1394
cbbc2a63f9 整理代码 2021-04-13 10:12:02 +08:00
monitor1394
32e9ce864b 兼容unity5.6 2021-04-13 09:57:33 +08:00
monitor1394
620d7b4698 处理unity版本兼容 2021-04-12 19:31:26 +08:00