Skip to content

Commit 435b621

Browse files
authored
Merge pull request #4176 from VisActor/release/2.0.4
[Auto release] release 2.0.4
2 parents be66ad5 + 67b1ae6 commit 435b621

File tree

97 files changed

+2099
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2099
-308
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "feat: support vchart rotate plugin\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vchart"
7+
}
8+
],
9+
"packageName": "@visactor/vchart",
10+
"email": "lixuef1313@163.com"
11+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@visactor/vchart",
5+
"comment": "feat: scrollbar support auto visible. close #3972",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@visactor/vchart"
10+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"comment": "fix: fix bug of the rangeArea chart line and point config\n\n",
5+
"type": "none",
6+
"packageName": "@visactor/vchart"
7+
}
8+
],
9+
"packageName": "@visactor/vchart",
10+
"email": "lixuef1313@163.com"
11+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.2","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.3","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.0.2
2+
3+
2025-07-28
4+
5+
6+
**🆕 New feature**
7+
8+
- **@visactor/vchart**: add the afterClearRect hook of render
9+
10+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2
11+
12+
[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)
13+
114
# v2.0.1
215

316
2025-07-24

docs/assets/changelog/zh/release.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# v2.0.2
2+
3+
2025-07-28
4+
5+
6+
**🆕 新增功能**
7+
8+
- **@visactor/vchart**: add the afterClearRect hook of render
9+
10+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2
11+
12+
[更多详情请查看 v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)
13+
114
# v2.0.1
215

316
2025-07-24

docs/assets/examples/menu.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,36 @@
20012001
}
20022002
]
20032003
},
2004+
{
2005+
"path": "candlestick-chart",
2006+
"title": {
2007+
"zh": "k线图",
2008+
"en": "candlestick-chart"
2009+
},
2010+
"children": [
2011+
{
2012+
"path": "candlestick-basic",
2013+
"title": {
2014+
"zh": "基础K线图",
2015+
"en": "Basic Candlestick Chart"
2016+
}
2017+
},
2018+
{
2019+
"path": "candlestick-with-volume",
2020+
"title": {
2021+
"zh": "K线图与成交量",
2022+
"en": "Candlestick Chart with Volume"
2023+
}
2024+
},
2025+
{
2026+
"path": "candlestick-with-MA",
2027+
"title": {
2028+
"zh": "K线图与日均线",
2029+
"en": "Candlestick Chart with MA"
2030+
}
2031+
}
2032+
]
2033+
},
20042034
{
20052035
"path": "chart-3d",
20062036
"title": {

0 commit comments

Comments
 (0)