You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/assets/changelog/en/release.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# v1.12.14
2
+
3
+
2024-12-05
4
+
5
+
6
+
**🆕 New feature**
7
+
8
+
-**@visactor/vchart**: support `autoRefreshDpr` in chart options
9
+
-**@visactor/vchart**: dataZoom can do filter when has `lockStatisticsByDomain`, close [#3469](https://github.com/VisActor/VChart/issues/3469)
10
+
-**@visactor/vchart**: add marker context to support the same color as series. close[#3437](https://github.com/VisActor/VChart/issues/3437)
11
+
-**@visactor/vchart**: update options `maxNodeHeight`, `maxLinkHeight` in sankey, close 3439
12
+
-**@visactor/vchart-extension**: add component `series-break`, close [#3450](https://github.com/VisActor/VChart/issues/3450)
13
+
14
+
**🐛 Bug fix**
15
+
16
+
-**@visactor/vchart**: upgrade scrollbar visible after layout. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
17
+
-**@visactor/vchart**: fix `adjacency` in sankey, fix [#3460](https://github.com/VisActor/VChart/issues/3460)
18
+
-**@visactor/vchart**: not update layout when scrollbar domain is the same as before. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
19
+
-**@visactor/vchart**: value in scale range should consider about whole range. fix[#3446](https://github.com/VisActor/VChart/issues/3446)
20
+
-**@visactor/vchart**: when the `invalidType` of line is `"link"`, line should be connected rightly. fix [#3436](https://github.com/VisActor/VChart/issues/3436), fix [#3238](https://github.com/VisActor/VChart/issues/3238)
21
+
-**@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465)
22
+
23
+
24
+
25
+
[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14)
Copy file name to clipboardExpand all lines: packages/harmony_vchart/library/CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# v1.12.14
2
+
3
+
2024-12-05
4
+
5
+
6
+
**🆕 New feature**
7
+
8
+
-**@visactor/vchart**: support `autoRefreshDpr` in chart options
9
+
-**@visactor/vchart**: dataZoom can do filter when has `lockStatisticsByDomain`, close [#3469](https://github.com/VisActor/VChart/issues/3469)
10
+
-**@visactor/vchart**: add marker context to support the same color as series. close[#3437](https://github.com/VisActor/VChart/issues/3437)
11
+
-**@visactor/vchart**: update options `maxNodeHeight`, `maxLinkHeight` in sankey, close 3439
12
+
-**@visactor/vchart-extension**: add component `series-break`, close [#3450](https://github.com/VisActor/VChart/issues/3450)
13
+
14
+
**🐛 Bug fix**
15
+
16
+
-**@visactor/vchart**: upgrade scrollbar visible after layout. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
17
+
-**@visactor/vchart**: fix `adjacency` in sankey, fix [#3460](https://github.com/VisActor/VChart/issues/3460)
18
+
-**@visactor/vchart**: not update layout when scrollbar domain is the same as before. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
19
+
-**@visactor/vchart**: value in scale range should consider about whole range. fix[#3446](https://github.com/VisActor/VChart/issues/3446)
20
+
-**@visactor/vchart**: when the `invalidType` of line is `"link"`, line should be connected rightly. fix [#3436](https://github.com/VisActor/VChart/issues/3436), fix [#3238](https://github.com/VisActor/VChart/issues/3238)
21
+
-**@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465)
22
+
23
+
24
+
25
+
[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14)
0 commit comments