Skip to content

Commit

Permalink
fix(docs): intro of g2 (#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Nov 15, 2023
1 parent 214baa6 commit 838e368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/docs/manual/introduction/getting-started.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ chart.render();

## CDN

G2 also provides a UMD version, which can be loaded directly through CDN and used directly. At this time `Chart` Objects can be accessed through namespaces`G2`Go visit.
G2 also provides a UMD version, which can be loaded directly through CDN and used directly. At this time `Chart` object can be accessed through namespaces `G2`.

```html
<script src="https://unpkg.com/@antv/g2/dist/g2.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion site/docs/manual/introduction/what-is-g2.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ Interactions can explore data on demand.
})();
```

## more capabilities
## More capabilities

Because G2's tags can be combined, it also provides **composite mark** mechanism to extend G2, so you can basically draw any visualization quickly. exist[Case page](/examples)You can get more inspiration by[Options page](/spec/overview)Get a comprehensive look at what G2 is capable of.

0 comments on commit 838e368

Please sign in to comment.