monitor1394
74cf4fe4ce
优化坐标轴Tick最小间距
2024-06-03 08:13:17 +08:00
monitor1394
042f9d3c01
增加3D坐标系对类目轴的支持
2024-05-29 08:33:00 +08:00
monitor1394
3e8bf7caee
优化Line3D绘制
2024-05-15 13:19:34 +08:00
monitor1394
b86cae6717
Merge pull request #311 from stefanbursuc/fix-gc-allocations-in-tooltiphandler
...
Fix for GC Allocations inside TooltipHandler
2024-05-01 22:22:04 +08:00
monitor1394
0c92d08f0d
修复ConvertXYAxis()多次调用后图表异常的问题
2024-04-23 22:16:28 +08:00
monitor1394
120c6d5408
增加GridCoord3D3D坐标系
2024-04-22 22:25:12 +08:00
monitor1394
3ef2e7c23c
修复Tooltip的Cross在开启DataZoom的情况下label位置不正确的问题 ( #315 )
2024-04-14 19:09:08 +08:00
Stefan Bursuc
f5a41b5119
Fix for GC Allocations inside TooltipHandler
...
In the case where the pointer is not in the chart, both calls to
ListPool<Serie>.Get() from inside the function UpdateTooltipData
are executed.
And because the pointer is not in the chart, m_ShowTooltip is set to
false in the last else clause.
This makes UpdateTooltip to skip all logic and miss the chance to release
the list back to the pool.
2024-04-08 11:24:28 +02:00
monitor1394
0990b11c1c
增加Tooltip的triggerOn指定触发条件
2024-03-20 13:34:21 +08:00
monitor1394
9f5040435f
修复Tooltip移出坐标系后还显示的问题
2024-03-11 08:04:07 +08:00
monitor1394
eab4f9530b
修复Tooltip的title从旧版本升级后可能不显示的问题
2024-03-11 08:03:48 +08:00
monitor1394
2505a48ac2
修复Tooltip的圆点标记不会自适应颜色的问题
2024-02-19 08:53:31 +08:00
monitor1394
74e75e93af
修复Tooltip的圆点标记不会自适应颜色的问题
2024-02-19 08:51:06 +08:00
monitor1394
b9c5623687
修复Tooltip在设置itemFormatter为-后整个不显示的问题
2024-01-31 13:21:20 +08:00
monitor1394
34b4096482
修复Attempted to divide by zero报错 #302
2024-01-30 23:40:27 +08:00
monitor1394
61a2da10ba
增加{y}通配符用于获取Y轴的类目名
2024-01-23 22:56:03 +08:00
monitor1394
9e39150009
增加Line支持X轴和Y轴都为Category类目轴
2024-01-23 22:55:46 +08:00
monitor1394
d0448a5b11
修复Animation的type代码动态修改无效的问题
2024-01-18 22:41:32 +08:00
monitor1394
daec83c4a5
调整UI组件相关代码
2024-01-16 22:29:15 +08:00
monitor1394
5a5ad1e108
优化图表细节
2024-01-13 22:11:01 +08:00
monitor1394
318bdcb1f2
增加Background的borderStyle,给图表默认设置圆角
2024-01-11 08:03:36 +08:00
monitor1394
c3489fbc1e
修复Tooltop的第一个ContentLabelStyle设置color无效的问题
2024-01-07 22:13:03 +08:00
monitor1394
91db00a173
增加BorderStyle边框样式
2024-01-01 22:57:50 +08:00
monitor1394
f1c504e81a
增加Heatmap的maxCache参数支持
2023-12-26 23:08:41 +08:00
monitor1394
06ef86a9d6
修复Legend的LabelStyle的formatter不生效的问题
2023-12-19 22:02:05 +08:00
monitor1394
2431a001b1
优化border
2023-12-16 22:31:34 +08:00
monitor1394
9c5b83dc22
修复settings的lineSmoothness用代码设置无效的问题
2023-12-14 19:33:11 +08:00
monitor1394
63173cdce6
代码优化
2023-12-14 10:20:48 +08:00
monitor1394
922a944881
增加Legend的TextLimit可限制图例显示文本的长度
2023-12-12 10:22:32 +08:00
monitor1394
53c7ddf9d4
修复Serie添加double.MaxValue时坐标绘制失败的问题
2023-12-11 13:43:03 +08:00
monitor1394
e8c8ab87aa
增加桑基图相关支持
2023-12-09 23:22:00 +08:00
monitor1394
bece2eb564
修复Tooltip的titleFormatter设置为{b}后显示不准确的问题
2023-12-01 08:39:27 +08:00
monitor1394
0a19b2a6cc
修复Tooltip在对数轴时指示不准确的问题
2023-11-28 10:04:15 +08:00
monitor1394
45be0748aa
修复Axis的更新数据时效果不顺畅的问题
2023-11-24 08:29:55 +08:00
monitor1394
1f970cbb36
增加Axis的Animation支持动画效果
2023-11-24 08:29:42 +08:00
monitor1394
4aee1b0a92
3.9.0
2023-11-21 08:34:18 +08:00
monitor1394
ddf44a8c1d
取消Legend的formatter,用LabelStyle的代替
2023-11-16 08:40:28 +08:00
monitor1394
f94f678661
完善注释和文档
2023-11-16 08:20:26 +08:00
monitor1394
9816c34701
3.8.2
2023-11-14 13:23:32 +08:00
monitor1394
b959b15c71
完善LabelStyle的formatter的注释和文档( #291 )
2023-11-14 13:18:31 +08:00
monitor1394
65684f2952
调整中英文注释的分隔符为||
2023-11-11 23:32:24 +08:00
monitor1394
304726debf
增加MarkLine的onTop设置是否显示在最上层
2023-11-01 22:41:47 +08:00
monitor1394
985f70c3c9
增加Axis的对数轴支持子刻度
2023-10-21 13:29:50 +08:00
monitor1394
68d5bc36d6
优化Log对数轴
2023-10-19 23:06:26 +08:00
monitor1394
6a5026e907
修复Line设置Animation为AlongPath时动画异常的问题 ( #281 )
2023-10-15 21:04:01 +08:00
monitor1394
86f0ae5739
修复MarkLine指定yValue时对数值轴无效的问题
2023-10-12 21:55:16 +08:00
monitor1394
c065245e00
增加Line平滑曲线对Dash虚线的支持
2023-09-22 08:34:06 +08:00
monitor1394
8c840404e0
修复Tooltip在类目轴无数据时异常报错的问题 ( #279 )
2023-09-16 20:57:39 +08:00
monitor1394
910b9194ac
修复Scatter散点图渐出动画异常的问题
2023-09-03 11:07:06 +08:00
monitor1394
eb196a237f
优化Animation
2023-09-02 10:43:10 +08:00