Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
github.com/yangrq1018/go-echarts
🎨 The adorable charts library for Golang.
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.
$ go get -u github.com/go-echarts/go-echarts/...
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.
Run the demo program under _examples/
to view all the above chart examples.
$ cd your/gopath/src/github.com/go-echarts/go-echarts/_examples
$ go build .
$ ./_examples
For more information, please refer to go-echarts.github.io/go-echarts/.
MIT ©chenjiandongx
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.