Skip to content

Commit

Permalink
feat: add wordCloudConfig in _wordCloudTransformOption()
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jan 13, 2025
1 parent 9b53f44 commit cf6cab8
Show file tree
Hide file tree
Showing 9 changed files with 159 additions and 110 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@visactor/vchart",
"comment": "feat: add wordCloudConfig in _wordCloudTransformOption()",
"type": "none"
}
],
"packageName": "@visactor/vchart"
}
120 changes: 60 additions & 60 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@visactor/vutils": "~0.19.3",
"@visactor/vrender": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar": "0.15.3",
"@visactor/vgrammar": "0.15.4-alpha.0",
"@visactor/vtable": "1.12.0",
"@visactor/vtable-editors": "1.12.0",
"@visactor/vtable-gantt": "1.12.0",
Expand Down Expand Up @@ -59,4 +59,4 @@
"react-device-detect": "^2.2.2",
"minimist": "1.2.8"
}
}
}
4 changes: 2 additions & 2 deletions packages/openinula-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vgrammar-core": "0.15.4-alpha.0",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-vchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@visactor/vutils": "~0.19.3",
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vgrammar-core": "0.15.4-alpha.0",
"react-is": "^18.2.0"
},
"devDependencies": {
Expand Down Expand Up @@ -83,4 +83,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
4 changes: 2 additions & 2 deletions packages/vchart-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@visactor/vrender-core": "0.21.8",
"@visactor/vrender-kits": "0.21.8",
"@visactor/vrender-components": "0.21.8",
"@visactor/vgrammar-core": "0.15.3",
"@visactor/vgrammar-core": "0.15.4-alpha.0",
"@visactor/vutils": "~0.19.3",
"@visactor/vdataset": "~0.19.3",
"@visactor/vchart": "workspace:1.13.3"
Expand Down Expand Up @@ -60,4 +60,4 @@
"registry": "https://registry.npmjs.org/"
},
"license": "MIT"
}
}
Loading

0 comments on commit cf6cab8

Please sign in to comment.