Skip to content

Commit

Permalink
Merge pull request #690 from VisActor/docs/add_adjustColWidth_demo
Browse files Browse the repository at this point in the history
Docs/add adjust col width demo
  • Loading branch information
fangsmile authored Dec 8, 2023
2 parents 47abc8c + 31184f1 commit 49cdc60
Show file tree
Hide file tree
Showing 19 changed files with 374 additions and 110 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vtable",
"comment": "feat: add axis theme",
"type": "none"
}
],
"packageName": "@visactor/vtable"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vtable",
"comment": "feat: overlay default and hover colors",
"type": "none"
}
],
"packageName": "@visactor/vtable"
}
207 changes: 131 additions & 76 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 @@ -12,7 +12,7 @@
"@arco-design/web-react": "2.46.1",
"@visactor/vtable": "workspace:*",
"@visactor/vtable-editors": "workspace:*",
"@visactor/vchart": "1.7.1",
"@visactor/vchart": "1.7.3",
"markdown-it": "^13.0.0",
"highlight.js": "^11.8.0",
"axios": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-is": "^18.2.0"
},
"devDependencies": {
"@visactor/vchart": "1.7.1",
"@visactor/vchart": "1.7.3",
"@internal/bundler": "workspace:*",
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
Expand Down Expand Up @@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
Loading

0 comments on commit 49cdc60

Please sign in to comment.