Skip to content

Commit

Permalink
Create getting-started.zh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Dec 5, 2022
1 parent dfb9b4f commit 11a047a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/manual/getting-started.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ chart.render();
G2 也提供了 UMD 版本,可以直接通过 CDN 加载,然后直接使用。这个时候的 `Chart` 对象可以通过命名空间 `G2` 去访问。

```html
<script src="https://unpkg.com/@antv/g2@5.0.0-beta.2/dist/g2.min.js"></script>
<script src="https://unpkg.com/@antv/g2@beta/dist/g2.min.js"></script>
<script>
// 准备数据
const data = [
Expand Down

0 comments on commit 11a047a

Please sign in to comment.