8000 Docs/scatter 3d by xile611 · Pull Request #4048 · VisActor/VChart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docs/scatter 3d #4048

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
Jun 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
24 changes: 22 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,30 @@ jobs:
- name: Apply prereleaseName
run: node common/scripts/apply-release-version.js ${{ steps.semver_parser.outputs.pre_release_name }} ${{ steps.semver_parser.outputs.main }}

- name: Build packages
- name: Build vutils-extension && vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only tag:package
run: node common/scripts/install-run-rush.js build --to @visactor/vchart

- name: Build vchart-extension
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/vchart-extension

- name: Build react-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/react-vchart

- name: Build openinula-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/openinula-vchart

- name: Build taro-vchart
env:
NODE_OPTIONS: '--max_old_space_size=4096'
run: node common/scripts/install-run-rush.js build --only @visactor/taro-vchart

- name: Build lark-vchart
env:
Expand Down
1 change: 0 additions & 1 deletion docs/assets/examples/zh/chart-3d/scatter3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ if (VCHART_MODULE.register3DPlugin) {
}
/** --Remove the above code when using in business-- */

VCHART_MODULE.register3DPlugin();
const data = [
{ continent: 'Americas', Country: 'Argenti 7893 na', LifeExpectancy: 75.32, GDP: 12779.37964, Population: 40301927 },
{ continent: 'Americas', Country: 'Brazil', LifeExpectancy: 72.39, GDP: 9065.800825, Population: 190010647 },
Expand Down
129 changes: 0 additions & 129 deletions packages/vchart-extension/src/charts/sequence-scatter-link/utils.ts

This file was deleted.

Loading
0