|
1 | | -# v1.12.15 |
2 | | - |
3 | | -2024-12-05 |
4 | | - |
5 | | - |
6 | | -**🆕 New feature** |
| 1 | +# v1.13.0 |
| 2 | + |
| 3 | +2024-12-06 |
| 4 | + |
| 5 | +**🆕 New feature** |
| 6 | + |
| 7 | +- **@visactor/vchart**: add pictogram chart |
| 8 | +- **@visactor/vchart**: support auto generated scrollbar in sankey, close [#2838](https://github.com/VisActor/VChart/issues/2838) |
| 9 | +- **@visactor/vchart**: react vchart support event filter, close [#3461](https://github.com/VisActor/VChart/issues/3461) |
| 10 | +- **@visactor/vchart**: tooltip key/content support config by field, close [#2576](https://github.com/VisActor/VChart/issues/2576) |
| 11 | +- **@visactor/vchart**: support max height of tooltip, by percent value , close [#2675](https://github.com/VisActor/VChart/issues/2675) |
| 12 | + |
| 13 | +**🐛 Refactor** |
| 14 | + |
| 15 | +- **@visactor/vchart**: [Break Change] refactor the implement of html tooltip, fix [#3137](https://github.com/VisActor/VChart/issues/3137), close [#2924](https://github.com/VisActor/VChart/issues/2924), close [#2591](https://github.com/VisActor/VChart/issues/2591) |
| 16 | +- **@visactor/vchart**: [Break Change] support label overlap for inside arc labels by default |
| 17 | + |
| 18 | +**⚡ Performance optimization** |
| 19 | + |
| 20 | +- **@visactor/vchart**: [Break Change] vrender optimize the bounds of text, which will change the display of all text |
| 21 | + |
| 22 | +[more detail about v1.13.0](https://github.com/VisActor/VChart/releases/tag/v1.13.0) |
| 23 | + |
| 24 | +# v1.12.15 |
| 25 | + |
| 26 | +2024-12-05 |
| 27 | + |
| 28 | +**🆕 New feature** |
7 | 29 |
|
8 | 30 | - **@visactor/vchart**: support `restorePosition` in position/bound label overlap strategy |
9 | | - |
10 | | -**🐛 Bug fix** |
| 31 | + |
| 32 | +**🐛 Bug fix** |
11 | 33 |
|
12 | 34 | - **@visactor/vchart**: optimize `shiftY` of label |
13 | 35 |
|
14 | | - |
15 | | - |
16 | | -[more detail about v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15) |
17 | | - |
18 | | -# v1.12.14 |
19 | | - |
20 | | -2024-12-05 |
21 | | - |
22 | | - |
23 | | -**🆕 New feature** |
| 36 | +[more detail about v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15) |
| 37 | + |
| 38 | +# v1.12.14 |
| 39 | + |
| 40 | +2024-12-05 |
| 41 | + |
| 42 | +**🆕 New feature** |
24 | 43 |
|
25 | 44 | - **@visactor/vchart**: support `autoRefreshDpr` in chart options |
26 | 45 | - **@visactor/vchart**: dataZoom can do filter when has `lockStatisticsByDomain`, close [#3469](https://github.com/VisActor/VChart/issues/3469) |
27 | 46 | - **@visactor/vchart**: add marker context to support the same color as series. close[#3437](https://github.com/VisActor/VChart/issues/3437) |
28 | 47 | - **@visactor/vchart**: update options `maxNodeHeight`, `maxLinkHeight` in sankey, close 3439 |
29 | 48 | - **@visactor/vchart-extension**: add component `series-break`, close [#3450](https://github.com/VisActor/VChart/issues/3450) |
30 | | - |
31 | | -**🐛 Bug fix** |
| 49 | + |
| 50 | +**🐛 Bug fix** |
32 | 51 |
|
33 | 52 | - **@visactor/vchart**: upgrade scrollbar visible after layout. fix[#3452](https://github.com/VisActor/VChart/issues/3452) |
34 | 53 | - **@visactor/vchart**: fix `adjacency` in sankey, fix [#3460](https://github.com/VisActor/VChart/issues/3460) |
35 | 54 | - **@visactor/vchart**: not update layout when scrollbar domain is the same as before. fix[#3452](https://github.com/VisActor/VChart/issues/3452) |
36 | 55 | - **@visactor/vchart**: value in scale range should consider about whole range. fix[#3446](https://github.com/VisActor/VChart/issues/3446) |
37 | | -- **@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) |
38 | | -- **@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465) |
39 | | - |
40 | | - |
41 | | - |
42 | | -[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14) |
43 | | - |
44 | | -# v1.12.13 |
45 | | - |
46 | | -2024-11-22 |
47 | | - |
48 | | - |
49 | | -**🐛 Bug fix** |
| 56 | +- **@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) |
| 57 | +- **@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465) |
| 58 | + |
| 59 | +[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14) |
| 60 | + |
| 61 | +# v1.12.13 |
| 62 | + |
| 63 | +2024-11-22 |
| 64 | + |
| 65 | +**🐛 Bug fix** |
50 | 66 |
|
51 | 67 | - **@visactor/vchart**: fix `groupKey` of boxplot series, fix [#3409](https://github.com/VisActor/VChart/issues/3409), related to [#2855](https://github.com/VisActor/VChart/issues/2855) |
52 | 68 | - **@visactor/vchart**: fix the issue where the length of the outerlabel line is incorrect when richtext, fix [#3441](https://github.com/VisActor/VChart/issues/3441) |
53 | 69 |
|
54 | | - |
55 | | - |
56 | | -[more detail about v1.12.13](https://github.com/VisActor/VChart/releases/tag/v1.12.13) |
57 | | - |
58 | | -# v1.12.12 |
59 | | - |
60 | | -2024-11-18 |
61 | | - |
62 | | - |
63 | | -**🐛 Bug fix** |
| 70 | +[more detail about v1.12.13](https://github.com/VisActor/VChart/releases/tag/v1.12.13) |
| 71 | + |
| 72 | +# v1.12.12 |
| 73 | + |
| 74 | +2024-11-18 |
| 75 | + |
| 76 | +**🐛 Bug fix** |
64 | 77 |
|
65 | 78 | - **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393) |
66 | 79 | - **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406) |
67 | 80 | - **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403) |
68 | 81 | - **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428) |
69 | | - |
70 | | -**⚡ Performance optimization** |
| 82 | + |
| 83 | +**⚡ Performance optimization** |
71 | 84 |
|
72 | 85 | - **@visactor/vchart**: optimize the effect of break data |
73 | 86 |
|
74 | | - |
75 | | - |
76 | | -[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12) |
77 | | - |
78 | | -# v1.12.11 |
79 | | - |
80 | | -2024-11-13 |
81 | | - |
82 | | - |
83 | | -**🆕 New feature** |
| 87 | +[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12) |
| 88 | + |
| 89 | +# v1.12.11 |
| 90 | + |
| 91 | +2024-11-13 |
| 92 | + |
| 93 | +**🆕 New feature** |
84 | 94 |
|
85 | 95 | - **@visactor/vchart**: support axis sync to the axis that has breaks |
86 | 96 | - **@visactor/vchart**: tooltip can support customized `trigger` and `triggerOff` |
87 | | - |
88 | | -**🐛 Bug fix** |
| 97 | + |
| 98 | +**🐛 Bug fix** |
89 | 99 |
|
90 | 100 | - **@visactor/vchart**: fix the issue where the axis breaks render incorrectly in some cases |
91 | 101 | - **@visactor/vchart**: fix `zIndex` of series, fix [#3395](https://github.com/VisActor/VChart/issues/3395) |
|
96 | 106 | - **@visactor/vchart**: wordcloud should not throw error when `word.visible` is `false`, fix [#3378](https://github.com/VisActor/VChart/issues/3378) |
97 | 107 | - **@visactor/vchart**: fix the issue where the scrolling legend triggers map zooming under certain conditions, related [#3391](https://github.com/VisActor/VChart/issues/3391) |
98 | 108 |
|
99 | | - |
100 | | - |
101 | | -[more detail about v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11) |
102 | | - |
| 109 | +[more detail about v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11) |
| 110 | + |
103 | 111 | # v1.12.10 |
104 | 112 |
|
105 | 113 | 2024-10-31 |
|
0 commit comments