Today, when I visited Github supermarket, I found a very good data visualization library, Go-Echarts, which I would like to share with you.

introduce

There are still very few third-party libraries for data visualization in Golang, and Go-Echarts was developed to fill that gap. Echarts is baidu open source very excellent visual chart library, with good interaction, exquisite chart design, has been recognized by many developers. There are other languages that implement interfaces for their language versions, such as Python’s Pyecharts. Go-echarts also borrowed some of the design ideas from Pyecharts.

features

  • Simple API design, silky smooth to use
  • It includes 25+ common charts, everything
  • Highly flexible configuration items can be easily matched to create beautiful charts
  • Detailed documentation and examples to help developers get started faster
  • Up to 400+ maps provide strong support for geographic data visualization

The Demo show

Isn’t it pretty cool?

use

I took a quick look at the library documentation and examples of Go-echarts /examples. It was very thoughtful to see that the examples included 25 diagrams. Therefore, I suggest that readers simply adapt the example.

The warehouse address

[go – echarts] github.com/go-echarts/…

Go – echarts/examples github.com/go-echarts/…

[pyecharts] github.com/pyecharts/p…

[Echarts] echarts.apche.com/