Commit Graph

267 Commits

Author SHA1 Message Date
monitor1394
7f4154b1db Fixed bug where GaugeChart does not refresh label when changing splitNumber #167 2021-09-06 21:33:44 +08:00
monitor1394
9d8b95ddc4 优化RingChart的渐变效果 2021-08-31 21:05:02 +08:00
monitor1394
608ba43246 修复DataZoom拖动时SerieLabel不刷新的问题 (#165) 2021-08-31 13:41:46 +08:00
monitor1394
adf10d0539 修复Theme主题切换无法保持到场景上的问题 (#166) 2021-08-26 20:42:11 +08:00
monitor1394
9d53cf1e4e 匀速动画优化 2021-08-25 13:41:41 +08:00
monitor1394
6e9109f2d0 增加AnimationalongWithLinePath参数设置折线轨迹匀速动画 2021-08-24 07:21:00 +08:00
monitor1394
8261e70e00 Added serie's ignoreLineBreak parameter (#164) 2021-08-22 09:26:14 +08:00
monitor1394
c9fa415776 Improved Axis's AxisLabel text rotate setting to avoid inconsistency offset in DataZoom (#163) 2021-08-15 22:36:14 +08:00
monitor1394
a92e01d806 Added Legend's textAutoColor to set the text color match with Serie color (#163) 2021-08-15 22:36:06 +08:00
monitor1394
828154c073 优化BarChart设置Corner时正负柱条圆角对称 2021-08-12 22:16:36 +08:00
monitor1394
9699f6159b 完善BarChartZebra斑马柱图渐变支持 2021-07-29 08:05:54 +08:00
monitor1394
16d6a5a3a0 完善SerieSymbol以支持象形柱图PictorialBarChart扩展 2021-07-22 08:11:12 +08:00
monitor1394
31f653e3e0 增加SerieiconStyle统一配置图标 2021-07-18 14:16:06 +08:00
monitor1394
162aeb02e6 增加MarkLine标线 (#142) 2021-07-15 21:18:23 +08:00
monitor1394
9da1b9cca6 优化BarChart可通过serieData.show设置是否显示柱条 2021-07-09 06:50:19 +08:00
monitor1394
16058d7d30 优化数据存储类型由float全部转为double 2021-07-08 07:20:06 +08:00
monitor1394
af8391faee 修复ChartLabel在TMP下异常报错的问题 2021-07-08 07:04:46 +08:00
monitor1394
df5fa7807b 修复PieChartavoidLabelOverlap参数不生效的问题 2021-07-05 07:12:20 +08:00
monitor1394
3907b82bc0 修复PieChart选中扇区后鼠标区域指示不准确的问题 2021-07-04 21:16:30 +08:00
monitor1394
3cee022480 优化SerieLabel 2021-07-04 20:38:26 +08:00
monitor1394
26a12f7a33 整理代码 2021-07-01 07:35:55 +08:00
monitor1394
7b87ff1024 增加AxisLabelshowStartLabelshowEndLabel参数设置首尾的Label是否显示 2021-06-27 21:45:17 +08:00
monitor1394
e7be2adbc9 增加AxisLabel和SerieLabel的formatter委托方法 #145 2021-06-27 12:26:20 +08:00
monitor1394
c59edff7ee 增加DataZoomorient参数设置水平或垂直样式 2021-06-27 12:20:03 +08:00
monitor1394
63ec586f36 接口优化 2021-06-26 21:45:56 +08:00
monitor1394
943145d210 增加IconStyleautoHideWhenLabelEmpty参数设置当label为空时是否自动隐藏图标 2021-06-21 07:08:59 +08:00
monitor1394
81de33e11b v2.2.3 2021-06-20 17:05:15 +08:00
monitor1394
49fd642885 v2.2.2 2021-06-18 06:48:11 +08:00
monitor1394
25e8dd1d09 增加IconStylealign参数设置图标的水平对齐 2021-06-12 19:46:57 +08:00
monitor1394
998a066c59 优化主题Theme的导入和字体自动刷新 (#148) 2021-06-12 14:32:23 +08:00
monitor1394
d1f36a5d00 Improved Candlestickchart support for inverse (#152) 2021-06-05 09:56:40 +08:00
monitor1394
7b7150b87f 修复Gauge在最小值为负数时指针指示位置异常的问题 2021-06-04 23:08:34 +08:00
monitor1394
8ca1ac1dea 增加漏斗图基础代码支持 2021-05-29 22:07:09 +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
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
5a6b2936b3 修复PieChart的Tooltip高亮不会还原的问题 2021-05-18 00:06:15 +08:00
monitor1394
6c746efb32 修复BarChart在水平布局时clip不生效的问题 2021-05-18 00:05:12 +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