Skip to content

Commit

Permalink
feat: support poptip and label-item
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Dec 11, 2024
1 parent 7a32746 commit 1e4bb86
Show file tree
Hide file tree
Showing 37 changed files with 971 additions and 654 deletions.
8 changes: 4 additions & 4 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
// "@visactor/vrender": "0.21.2-vstory.1",
// "@visactor/vrender-core": "0.21.2-vstory.1",
// "@visactor/vrender-kits": "0.21.2-vstory.1",
// "@visactor/vrender-components": "0.21.2-vstory.1",
// "@visactor/vrender": "0.21.2-vstory.2",
// "@visactor/vrender-core": "0.21.2-vstory.2",
// "@visactor/vrender-kits": "0.21.2-vstory.2",
// "@visactor/vrender-components": "0.21.2-vstory.2",
// "@visactor/vscale": "0.18.5"
// "example2": "npm:@company/example2@^1.0.0"
},
Expand Down
272 changes: 136 additions & 136 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/assets/guide/en/tutorial_docs/Basic/How_to_Get_VStory.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ You can get VStory from the following free CDNs:

```html
<!-- unpkg -->
<script src="https://unpkg.com/@visactor/vstory/build/index.min.js"></script>
<script src="https://unpkg.com/@visactor/vstory/dist/index.min.js"></script>

<!-- jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/@visactor/vstory/build/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@visactor/vstory/dist/index.min.js"></script>
```

## Get from GitHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ After we get the VStory file from [cdn](./How_to_Get_VStory#cdn-获取), we can
<div id="chart" style="outline: solid red 1px; width: 100%; height: 500px"></div>
</body>
<!-- Import VStory -->
<script src="https://unpkg.com/@visactor/vstory/build/index.min.js"></script>
<script src="https://unpkg.com/@visactor/vstory/dist/index.min.js"></script>

<script>
// Register all content
Expand Down
Loading

0 comments on commit 1e4bb86

Please sign in to comment.