Skip to content

Adding eCharts Wordcloud Support #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding eCharts Wordcloud Support
  • Loading branch information
FalkWolsky committed Oct 20, 2023
commit 2242865875f80a87d03f5c889c61972d228e0235
1 change: 1 addition & 0 deletions client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.25.2",
"echarts": "^5.4.2",
"echarts-wordcloud": "^2.1.0",
"eslint4b-prebuilt-2": "^7.32.0",
"file-saver": "^2.0.5",
"github-markdown-css": "^5.1.0",
Expand Down
10 changes: 10 additions & 0 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7663,6 +7663,15 @@ __metadata:
languageName: node
linkType: hard

"echarts-wordcloud@npm:^2.1.0":
version: 2.1.0
resolution: "echarts-wordcloud@npm:2.1.0"
peerDependencies:
echarts: ^5.0.1
checksum: d6e8996bb1267fbaa3fde23a121918a662a46ddd9ccd00ba0829aa4bd95b1a7b5cab64e3f4fe7241d605caaba7ad7b8e68eeaa9e1ad4adbf43cc0551deb14e33
languageName: node
linkType: hard

"echarts@npm:^5.4.2":
version: 5.4.2
resolution: "echarts@npm:5.4.2"
Expand Down Expand Up @@ -11877,6 +11886,7 @@ __metadata:
core-js: ^3.25.2
dotenv: ^16.0.3
echarts: ^5.4.2
echarts-wordcloud: ^2.1.0
eslint: ^8.0.0
eslint-config-react-app: ^7.0.1
eslint-plugin-only-ascii: ^0.0.0
Expand Down