Commit Graph

206 Commits

Author SHA1 Message Date
monitor1394
c4c2b989dc Fixed axis precision issue #184 2022-03-24 08:32:27 +08:00
monitor1394
1f3dc02481 refactor code to support 3d pie 2022-03-16 07:43:46 +08:00
monitor1394
f7040af0b0 fixed emphasis label 2021-12-21 07:01:54 +08:00
monitor1394
21b4876948 Fixed markline label refresh when serie hide #178 2021-12-17 21:27:14 +08:00
monitor1394
da8f379741 Added new symbol type: EmptyRect, EmptyTriangle, EmptyDiamond 2021-12-04 08:46:32 +08:00
monitor1394
7f53d22a5a set symbol empty area color by itemStyle's backgroundColor 2021-12-04 08:26:56 +08:00
monitor1394
4d6e896d32 add tooltip delegate function: positionFunction 2021-11-27 22:06:15 +08:00
monitor1394
70c182d434 Optimized SerieData to support tree data 2021-11-02 21:23:01 +08:00
monitor1394
7be42141d6 Added support for {e} in Tooltip #170 2021-10-29 07:05:30 +08:00
monitor1394
2c4f341098 增加Treemap扩展支持 2021-10-24 19:23:17 +08:00
monitor1394
903d6b1a17 improve radar chart 2021-09-12 15:01:40 +08:00
monitor1394
ab5995be7f Fixed the problem of displaying exceptions after adding data again when DataZoom is enable (#163) 2021-08-26 20:46:50 +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
ceaa0d8649 Fixed axis label may not be updated when datazoom is turn on (#164) 2021-08-22 07:55:16 +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
65c3659c19 修复Serie开启ignore时被忽略的数据还会参与计算的问题 (#161) 2021-07-29 08:27:23 +08:00
monitor1394
a61bf7a621 v2.3.0 2021-07-24 09:31:40 +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
012f6ccb52 MarkLine优化 2021-07-16 08:31:10 +08:00
monitor1394
162aeb02e6 增加MarkLine标线 (#142) 2021-07-15 21:18:23 +08:00
monitor1394
16058d7d30 优化数据存储类型由float全部转为double 2021-07-08 07:20:06 +08:00
monitor1394
3db082c376 增加DataZoomsupportInsideScrollsupportInsideDrag参数设置坐标系内是否支持滚动和拖拽 2021-07-01 07:38:06 +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
78923ede3a 增加更新Axis数据和图标的接口 2021-06-27 12:21:56 +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
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
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
eb23629066 默认关闭TextLimit 2021-06-04 07:56:01 +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
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
ccb010fee3 修复CoordinateChart的tooltip报错 2021-05-18 08:34:11 +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
1f77461d05 VisualMap支持Piecewise类型 2021-05-10 12:45:58 +08:00