diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 303315728c..7cba3a0601 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -152,7 +152,7 @@ jobs: - name: WebAssembly Build run: pnpm run build --ci env: - PACKAGE: "server,client,viewer,viewer-datagrid,viewer-d3fc,viewer-openlayers,workspace,react" + PACKAGE: "server,client,viewer,viewer-datagrid,viewer-charts,viewer-openlayers,workspace,react" # PSP_USE_CCACHE: 1 - uses: actions/upload-artifact@v4 @@ -164,7 +164,7 @@ jobs: rust/perspective-server/dist rust/perspective-viewer/dist rust/perspective-viewer/src - packages/viewer-d3fc/dist + packages/viewer-charts/dist packages/viewer-datagrid/dist packages/viewer-openlayers/dist packages/workspace/dist @@ -648,7 +648,7 @@ jobs: - name: Run Tests run: pnpm run test env: - PACKAGE: "server,client,viewer,viewer-datagrid,viewer-d3fc,viewer-openlayers,workspace,react" + PACKAGE: "server,client,viewer,viewer-datagrid,viewer-charts,viewer-openlayers,workspace,react" # PSP_USE_CCACHE: 1 # ,--,--' . .-,--. . . @@ -1012,7 +1012,7 @@ jobs: working-directory: ./packages/viewer-datagrid - run: pnpm pack --pack-destination=../.. - working-directory: ./packages/viewer-d3fc + working-directory: ./packages/viewer-charts - run: pnpm pack --pack-destination=../.. working-directory: ./packages/viewer-openlayers diff --git a/docs/md/how_to/javascript/importing.md b/docs/md/how_to/javascript/importing.md index 203727d9d7..9e5a53a940 100644 --- a/docs/md/how_to/javascript/importing.md +++ b/docs/md/how_to/javascript/importing.md @@ -148,7 +148,7 @@ imported from a ` - + diff --git a/examples/python-tornado-streaming/package.json b/examples/python-tornado-streaming/package.json index ee5ed642a0..a9272c8413 100644 --- a/examples/python-tornado-streaming/package.json +++ b/examples/python-tornado-streaming/package.json @@ -11,7 +11,7 @@ "dependencies": { "@perspective-dev/client": "workspace:", "@perspective-dev/viewer": "workspace:", - "@perspective-dev/viewer-d3fc": "workspace:", + "@perspective-dev/viewer-charts": "workspace:", "@perspective-dev/viewer-datagrid": "workspace:", "@perspective-dev/workspace": "workspace:", "superstore-arrow": "^3.2.0" diff --git a/examples/python-tornado/client_server_editing.html b/examples/python-tornado/client_server_editing.html index fdec69bf59..85bf004aa3 100644 --- a/examples/python-tornado/client_server_editing.html +++ b/examples/python-tornado/client_server_editing.html @@ -4,7 +4,7 @@ - +