Git Product home page Git Product logo

go-echarts's Introduction

go-echarts

🎨 The adorable charts library for Golang.

Build Status Build Status Go Report Card MIT License GoDoc

If a language can be used to build web scrapers, it definitely needs to provide a graceful data visualizing library. --- by chenjiandongx

In the Golang ecosystem, there are not many choices for data visualizing libraries. The development of go-echarts aims to provide a simple yet powerful data visualizing library for Golang. Echarts is an outstanding charting and visualizing library opensourced by Baidu, it supports adorable chart types and various interactive features. There are many language bindings for Echarts, for example, pyecharts. go-echarts learns from pyecharts and has evolved a lot.

δΈ­ζ–‡ README

πŸ”° Installation

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

✨ Features

  • Clean and comprehensive API.
  • Visualize your data in 25+ different ways.
  • Highly configurable chart options.
  • Detailed documentation and a rich collection of examples.
  • Visualize your geographical data with 400+ maps.

πŸ“ Usage

It's easy to get started with go-echarts. In this example, we create a simple bar chart with only a few lines of code.

And the generated bar.html is rendered as below. Isn't that cool!

Of course we can also start a listening web server with net/http.

Now visit http://localhost:8081 in your browser and you'll see the same bar chart.

πŸ”– Gallery

bar boxplot effectScatter funnel gague geo graph heatmap kline line liquid map parallel pie radar scatter wordCloud bar3D line3D sankey scatter3D surface3D themeRiver overlap

Run the demo program under example/ to view all the above chart examples.

$ cd your/gopath/src/github.com/go-echarts/go-echarts/example
$ go build .
$ ./example

For more information, please refer to go-echarts.github.io/go-echarts/.

πŸ“ƒ LICENSE

MIT Β©chenjiandongx

go-echarts's People

Contributors

chenjiandongx avatar yuankunzhang avatar electricbubble avatar saromanov avatar updogliu avatar zengyifei avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.