Skip to content

Commit 8a45a25

Browse files
authored
Merge pull request #246 from VisActor/fix/pivotBoxPlot
Fix/pivot box plot
2 parents 9ca983e + 705e36c commit 8a45a25

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
@@ -38,8 +38,8 @@
3838
"dependencies": {
3939
"remeda": "2.28.0",
4040
"zod": "4.0.14",
41-
"@visactor/vdataset": "~1.0.19",
42-
"@visactor/vutils": "~1.0.19"
41+
"@visactor/vdataset": "~1.0.21",
42+
"@visactor/vutils": "~1.0.21"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "9.30.0",
@@ -50,7 +50,7 @@
5050
"@types/node": "22.16.5",
5151
"@typescript-eslint/eslint-plugin": "8.38.0",
5252
"@visactor/vchart": "2.0.10",
53-
"@visactor/vtable": "1.22.5",
53+
"@visactor/vtable": "1.22.7-alpha.4",
5454
"@vitest/coverage-istanbul": "3.2.4",
5555
"@vitest/coverage-v8": "3.2.4",
5656
"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)