Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): intro of g2 #5797

Merged
merged 1 commit into from
Nov 15, 2023
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
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.
Loading