Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
db73836
feat: add interface
afkdsghk211331 Jul 15, 2025
541afdf
feat: add candlestick mark
afkdsghk211331 Jul 16, 2025
27de8d1
feat: add basic candlestick series
afkdsghk211331 Jul 16, 2025
2893cdd
feat: implement candlestick chart and transformer with test data
afkdsghk211331 Jul 19, 2025
e53fb23
feat: refactor candlestick chart constants and improve series initial…
afkdsghk211331 Jul 20, 2025
6b1ec66
feat: enhance candlestick mark configuration and add glyph mark type
afkdsghk211331 Jul 22, 2025
9e55f93
feat: update candlestick chart data and enhance color configuration
afkdsghk211331 Jul 27, 2025
d8ac960
feat: add animation
afkdsghk211331 Jul 27, 2025
ebafda2
feat: add tooltip
afkdsghk211331 Jul 27, 2025
f9b6bf1
docs: generate changelog of release v2.0.2
xuefei1313 Jul 28, 2025
940be55
feat: scrollbar support auto visible. close #3972
skie1997 Jul 31, 2025
2670e1d
feat: add debounce of visible
skie1997 Jul 31, 2025
0692288
feat: add debounce of visible
skie1997 Jul 31, 2025
fe718af
feat: add debounce of visible
skie1997 Jul 31, 2025
c375dd5
feat: enhance candlestick chart
afkdsghk211331 Aug 3, 2025
21f53b4
feat: draw stroke when zero height
afkdsghk211331 Aug 5, 2025
b025bf3
feat: 添加k线图示例和主题配置
afkdsghk211331 Aug 12, 2025
41d438b
Merge pull request #4138 from VisActor/sync/main-2.0.3
xuefei1313 Aug 12, 2025
c2154cc
feat: 补充k线图demo,添加宽度自适应功能
afkdsghk211331 Aug 14, 2025
1ca424a
fix: fix bug of the rangeArea chart line and point config
xuefei1313 Aug 18, 2025
9a43ae4
docs: update changlog of rush
xuefei1313 Aug 18, 2025
99149e4
feat: 重构蜡烛图样式合并逻辑,优化样式获取方式
afkdsghk211331 Aug 20, 2025
658ad7a
feat: enhance candlestick demo
afkdsghk211331 Aug 20, 2025
9623cfa
Merge pull request #4090 from afkdsghk211331/feat/candlestick
xuefei1313 Aug 21, 2025
d197e48
Revert "add candlestick chart in vchart-extension"
xuefei1313 Aug 21, 2025
8649357
Merge pull request #4150 from VisActor/revert-4090-feat/candlestick
xuefei1313 Aug 21, 2025
7318427
Revert "Revert "add candlestick chart in vchart-extension""
xuefei1313 Aug 22, 2025
ca5ee19
Merge pull request #4151 from VisActor/feat/re-apply-feature-for-pr-4090
xuefei1313 Aug 22, 2025
97f8e97
Merge pull request #4112 from VisActor/docs/generate-changelog-v2.0.2
xuefei1313 Aug 26, 2025
67d35a1
feat: support vchart rotate plugin
xuefei1313 Aug 26, 2025
18d4240
fix: no need to call ?.getGroupGraphicItem
kkxxkk2019 Aug 28, 2025
e9cfde3
fix: customMark getVRenderComponent return error
kkxxkk2019 Aug 28, 2025
f6f06c5
Merge pull request #4166 from VisActor/fix/remove-outdated-api
xuefei1313 Aug 28, 2025
cdfd6ec
fix: fix bug of tooltip first show position
xuefei1313 Aug 28, 2025
ffe81b7
fix: fix bug of mark point error
xuefei1313 Aug 28, 2025
683fa3e
fix: fix bug of tooltip first show position
xuefei1313 Aug 29, 2025
d11bac5
fix: no need call prepareParams at all
kkxxkk2019 Aug 29, 2025
aec999a
Merge pull request #4169 from VisActor/fix/fix-bug-of-click-legend-ma…
xuefei1313 Aug 29, 2025
9ce56c6
feat: upgrade vrender to 1.0.13
xuefei1313 Aug 29, 2025
62be29c
Merge pull request #4170 from VisActor/feat/upgrade-vrender-1.0.13
xuefei1313 Aug 29, 2025
b620bcf
docs: update changlog of rush
xuefei1313 Aug 29, 2025
59af96f
fix: code review problem
skie1997 Aug 29, 2025
b44ead2
Merge pull request #4123 from VisActor/feat/scrollbar-autovisible
xuefei1313 Aug 29, 2025
51e7820
Merge pull request #4143 from VisActor/fix/fix-bug-of-range-area-line…
xuefei1313 Aug 29, 2025
c1caa50
fix: add afterVRenderDraw hooks
kkxxkk2019 Aug 29, 2025
8820e55
fix: fix the origin angle be modified
kkxxkk2019 Aug 15, 2025
c9e1657
fix: fix the origin angle be modified
kkxxkk2019 Aug 29, 2025
da8c68b
Merge pull request #4167 from VisActor/4132-feature-支持旋转90度的快捷配置
neuqzxy Aug 29, 2025
baa6ad9
feat: add beforeVRenderDraw hook
xuefei1313 Aug 29, 2025
0c4a3b3
feat: add afterWordcloudShapeDraw hook
xuefei1313 Aug 29, 2025
b22f74d
Merge pull request #4171 from VisActor/fix/refactor-caused-bugs
xuefei1313 Aug 29, 2025
bfc0aad
Merge pull request #4172 from VisActor/feat/sync-from-1.13
xuefei1313 Aug 29, 2025
67b1ae6
build: release version 2.0.4
xuefei1313 Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "feat: support vchart rotate plugin\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
],
"packageName": "@visactor/vchart",
"email": "lixuef1313@163.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "feat: scrollbar support auto visible. close #3972",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix: fix bug of the rangeArea chart line and point config\n\n",
"type": "none",
"packageName": "@visactor/vchart"
}
],
"packageName": "@visactor/vchart",
"email": "lixuef1313@163.com"
}
134 changes: 67 additions & 67 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.2","mainProject":"@visactor/vchart","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.0.3","mainProject":"@visactor/vchart","nextBump":"patch"}]
13 changes: 13 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v2.0.2

2025-07-28


**🆕 New feature**

- **@visactor/vchart**: add the afterClearRect hook of render

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2

[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)

# v2.0.1

2025-07-24
Expand Down
13 changes: 13 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v2.0.2

2025-07-28


**🆕 新增功能**

- **@visactor/vchart**: add the afterClearRect hook of render

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2

[更多详情请查看 v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)

# v2.0.1

2025-07-24
Expand Down
30 changes: 30 additions & 0 deletions docs/assets/examples/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -2001,6 +2001,36 @@
}
]
},
{
"path": "candlestick-chart",
"title": {
"zh": "k线图",
"en": "candlestick-chart"
},
"children": [
{
"path": "candlestick-basic",
"title": {
"zh": "基础K线图",
"en": "Basic Candlestick Chart"
}
},
{
"path": "candlestick-with-volume",
"title": {
"zh": "K线图与成交量",
"en": "Candlestick Chart with Volume"
}
},
{
"path": "candlestick-with-MA",
"title": {
"zh": "K线图与日均线",
"en": "Candlestick Chart with MA"
}
}
]
},
{
"path": "chart-3d",
"title": {
Expand Down
Loading
Loading