Skip to content

Commit c4e113f

Browse files
committed
feat: update vtable&&vutils version
1 parent 9c92f69 commit c4e113f

File tree

4 files changed

+59
-27
lines changed

4 files changed

+59
-27
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@visactor/vseed": "workspace:*",
1616
"@visactor/vquery": "workspace:*",
1717
"@visactor/vchart": "2.0.10",
18-
"@visactor/vtable": "1.22.5",
18+
"@visactor/vtable": "1.22.7-alpha.4",
1919
"zustand": "5.0.6"
2020
},
2121
"devDependencies": {

packages/vseed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"dependencies": {
3434
"remeda": "2.28.0",
3535
"zod": "4.0.14",
36-
"@visactor/vdataset": "~1.0.19",
37-
"@visactor/vutils": "~1.0.19"
36+
"@visactor/vdataset": "~1.0.21",
37+
"@visactor/vutils": "~1.0.21"
3838
},
3939
"devDependencies": {
4040
"@eslint/js": "9.30.0",
@@ -45,7 +45,7 @@
4545
"@types/node": "22.16.5",
4646
"@typescript-eslint/eslint-plugin": "8.38.0",
4747
"@visactor/vchart": "2.0.10",
48-
"@visactor/vtable": "1.22.5",
48+
"@visactor/vtable": "1.22.7-alpha.4",
4949
"@vitest/coverage-istanbul": "3.2.4",
5050
"@vitest/coverage-v8": "3.2.4",
5151
"eslint": "9.30.0",

packages/vseed/src/pipeline/spec/chart/pipes/pivotChart/dimensionLinkage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export const dimensionLinkage: PivotChartSpecPipe = (spec, context) => {
5555

5656
spec.chartDimensionLinkage = {
5757
showTooltip: config.showTooltip ?? (chartSpec?.tooltip?.dimension?.visible as boolean) ?? true,
58-
heightLimitToShowTooltipForLastRow: 60,
59-
widthLimitToShowTooltipForLastColumn: 90,
58+
heightLimitToShowTooltipForEdgeRow: 60,
59+
widthLimitToShowTooltipForEdgeColumn: 90,
6060
labelHoverOnAxis,
6161
}
6262

pnpm-lock.yaml

Lines changed: 53 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)