docs: update readme

This commit is contained in:
vicanso 2021-12-25 12:26:05 +08:00
parent 6a3c67e13f
commit 1aa9cae53d

View file

@ -1,6 +1,9 @@
# go-echarts # go-echarts
[go-chart](https://github.com/wcharczuk/go-chart)是golang常用的可视化图表库支持`svg``png`的输出,`Apache ECharts`在前端开发中得到众多开发者的认可。go-echarts则是结合两者的方式兼容`Apache ECharts`的配置参数,简单快捷的生成相似的图表(`svg``png`)方便插入至Email或分享使用。下面为常用的几种图表截图 [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vicanso/go-echarts/blob/master/LICENSE)
[![Build Status](https://github.com/vicanso/go-echarts/workflows/Test/badge.svg)](https://github.com/vicanso/go-echarts/actions)
`go-echarts`基于[go-chart](https://github.com/wcharczuk/go-chart)生成数据图表,支持`svg``png`的输出,`Apache ECharts`在前端开发中得到众多开发者的认可,`go-echarts`兼容`Apache ECharts`的配置参数,简单快捷的生成相似的图表(`svg``png`)方便插入至Email或分享使用。下面为常用的几种图表截图
![](./assets/go-echarts.png) ![](./assets/go-echarts.png)