# examples **Repository Path**: aofa2020/examples ## Basic Information - **Project Name**: examples - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-16 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-echarts-examples This project provides some examples to show how to use go-echarts. ### Usage ```bash $ git clone https://github.com/go-echarts/examples.git $ cd examples && go run . ``` Open the http://localhost:8089 in your browser, and you get lots of pretty charts now. For more charts' implementation details, please refer to ./examples folder.