본문 바로가기
Programming/Go

go-echarts 사용 전 준비

by 코딩여걸 2022. 9. 28.
728x90

오늘 또 go chart 그리는 것을 찾다 보니까

https://blog.logrocket.com/visualizing-data-go-echarts/

 

Visualizing data in Golang with go-echarts - LogRocket Blog

Practice a better way of visualizing data in Go with the go-echarts library. Build a bar chart, pie chart, line graph, and word cloud in Go.

blog.logrocket.com

이 라이브러리를 발견했다.

예제도 따라 하기 쉽게 만들어놓아서 예제로 실습을 해보았다.

 

https://github.com/go-echarts/go-echarts

 

GitHub - go-echarts/go-echarts: 🎨 The adorable charts library for Golang

🎨 The adorable charts library for Golang. Contribute to go-echarts/go-echarts development by creating an account on GitHub.

github.com


먼저 이 라이브러리를 사용하기 위해서 터미널에 이렇게 작성해주자

> go get -u github.com/go-echarts/go-echarts

 

> go get -u github.com/go-echarts/go-echarts/v2

이런 식으로 나오면 그래프 만들 준비는 완료됐다!!

Terminal


다음 포스팅에는 각종 go-echarts를 사용하여 여러 그래프들을 그려볼 것이다.

728x90

댓글