2023-02-02 10:31:36 +08:00
|
|
|
---
|
|
|
|
title: Conclusion
|
|
|
|
order: 7
|
|
|
|
---
|
|
|
|
|
2023-08-31 18:16:13 +08:00
|
|
|
Congratulations! You have successfully created a graph visualization application based on G6 and learned the following:
|
2023-02-02 10:31:36 +08:00
|
|
|
|
|
|
|
- Basic rendering;
|
|
|
|
- Load remote data;
|
|
|
|
- Configure the graph and items;
|
|
|
|
- Utilize layout;
|
|
|
|
- Add interaction behavior;
|
|
|
|
- Add tools.
|
|
|
|
|
2023-08-31 18:16:13 +08:00
|
|
|
[Complete Code of Tutorial Demo](https://codesandbox.io/s/g6-v5-tutorial-j67vnm?file=/index.js).
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-08-31 18:16:13 +08:00
|
|
|
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.
|
2023-02-02 10:31:36 +08:00
|
|
|
|
2023-08-31 18:16:13 +08:00
|
|
|
<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>
|