Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0f6ce64
feat: add selectedStateFilter for pivotChart
fangsmile Dec 29, 2025
4fcfc89
docs: update changlog of rush
fangsmile Dec 29, 2025
1d450ac
Merge remote-tracking branch 'origin/develop' into feat/pie_chart_lin…
fangsmile Dec 29, 2025
4a5c793
feat: pie chart linkage
fangsmile Dec 30, 2025
2fbb6c2
feat: pivotchart brush state logic
fangsmile Jan 4, 2026
dc0c29f
feat: pivotchart brush state logic
fangsmile Jan 4, 2026
75481c1
feat: add cancellableThrottle function
fangsmile Jan 4, 2026
2604fd8
Merge remote-tracking branch 'origin/develop' into feat/pie_chart_lin…
fangsmile Jan 4, 2026
82cece2
Merge remote-tracking branch 'origin/develop' into feat/pie_chart_lin…
fangsmile Jan 5, 2026
a85db29
Merge remote-tracking branch 'origin/develop' into feat/pie_chart_lin…
fangsmile Jan 5, 2026
be1296e
chore: update version vchart
fangsmile Jan 6, 2026
4ee0417
feat: add clearChartState and disableTooltip api
fangsmile Jan 7, 2026
29c9a29
docs: update changlog of rush
fangsmile Jan 7, 2026
f1a1ca7
refactor: optimize brush chart interaction
fangsmile Jan 9, 2026
332f2f1
docs: update changlog of rush
fangsmile Jan 9, 2026
64037a7
Merge remote-tracking branch 'origin/develop' into feat/pie_chart_lin…
fangsmile Jan 12, 2026
5d27f99
fix: pivot chart brush logic
fangsmile Jan 12, 2026
da3ca5f
fix: clear brushing chart instance and imgCache
fangsmile Jan 14, 2026
9fec3ea
fix: when updateOption clearChart occor error
fangsmile Jan 14, 2026
316bd6e
fix: dimenson linkage tooltip and brush logic
fangsmile Jan 15, 2026
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "feat: add selectedStateFilter for pivotChart\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "feat: add clearChartState and disableTooltip api\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "refactor: optimize brush chart interaction\n\n",
"type": "none",
"packageName": "@visactor/vtable"
}
],
"packageName": "@visactor/vtable",
"email": "[email protected]"
}
91 changes: 63 additions & 28 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 docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@visactor/vtable-search": "workspace:*",
"@visactor/vtable-sheet": "workspace:*",
"buble": "^0.20.0",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"increase-memory-limit": "^1.0.7",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -96,4 +96,4 @@
"peerDependencies": {
"openinula": "~0.1.2-SNAPSHOT"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"increase-memory-limit": "^1.0.7",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -104,4 +104,4 @@
"@arco-design/web-react": "2.60.2",
"@types/react-reconciler": "0.28.8"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"increase-memory-limit": "^1.0.7",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -90,4 +90,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vtable-gantt": "workspace:*",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -108,4 +108,4 @@
"rollup-plugin-node-resolve": "5.2.0",
"@types/lodash": "4.14.182"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"cross-env": "^7.0.3",
"increase-memory-limit": "^1.0.7",
"@visactor/vchart": "2.0.11-alpha.3",
"@visactor/vchart": " 2.0.13-alpha.9",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -86,4 +86,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
Loading