Skip to content

Commit

Permalink
Merge pull request #188 from VisActor/feat/arrange
Browse files Browse the repository at this point in the history
feat: enhance vchart animate arrange
  • Loading branch information
neuqzxy authored Dec 25, 2024
2 parents 00fe014 + d59dfb2 commit ef73256
Show file tree
Hide file tree
Showing 48 changed files with 1,559 additions and 229 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vstory-animate",
"comment": "feat: add arrange demo, support line growPoint animate",
"type": "none"
}
],
"packageName": "@visactor/vstory-animate"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vstory-core",
"comment": "feat: enhance vchart animate arrange",
"type": "none"
}
],
"packageName": "@visactor/vstory-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vstory-core",
"comment": "feat: add arrange demo, support line growPoint animate",
"type": "none"
}
],
"packageName": "@visactor/vstory-core"
}
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
// "@visactor/vrender": "0.21.2-vstory.3",
// "@visactor/vrender-core": "0.21.2-vstory.3",
// "@visactor/vrender-kits": "0.21.2-vstory.3",
// "@visactor/vrender-components": "0.21.2-vstory.3",
// "@visactor/vrender": "0.21.5-vstory.2",
// "@visactor/vrender-core": "0.21.5-vstory.2",
// "@visactor/vrender-kits": "0.21.5-vstory.2",
// "@visactor/vrender-components": "0.21.5-vstory.2",
// "@visactor/vscale": "0.18.5"
// "example2": "npm:@company/example2@^1.0.0"
},
Expand Down
Loading

0 comments on commit ef73256

Please sign in to comment.