g6/packages/site/docs/manual/tutorial/epilog.en.md
2023-08-31 18:16:13 +08:00

25 lines
1.0 KiB
Markdown

---
title: Conclusion
order: 7
---
Congratulations! You have successfully created a graph visualization application based on G6 and learned the following:
- Basic rendering;
- Load remote data;
- Configure the graph and items;
- Utilize layout;
- Add interaction behavior;
- Add tools.
[Complete Code of Tutorial Demo](https://codesandbox.io/s/g6-v5-tutorial-j67vnm?file=/index.js).
The G6 5.0 documentation is still under construction. For now, you can refer to the [API](https://g6-next.antv.antgroup.com/en/apis) for development.
<iframe src="https://codesandbox.io/embed/g6-v5-tutorial-j67vnm?fontsize=14&hidenavigation=1&theme=light"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
title="g6-v5-tutorial"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>