Skip to content
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: 'Argentina', 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