|
|
@@ -1,13 +1,15 @@
|
|
|
-
|
|
|
+<p align="center"><img width="650" src="./excelize.png" alt="Excelize logo"></p>
|
|
|
|
|
|
-# Excelize
|
|
|
+<p align="center">
|
|
|
+ <a href="https://travis-ci.org/360EntSecGroup-Skylar/excelize"><img src="https://travis-ci.org/360EntSecGroup-Skylar/excelize.svg?branch=master" alt="Build Status"></a>
|
|
|
+ <a href="https://codecov.io/gh/360EntSecGroup-Skylar/excelize"><img src="https://codecov.io/gh/360EntSecGroup-Skylar/excelize/branch/master/graph/badge.svg" alt="Code Coverage"></a>
|
|
|
+ <a href="https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize"><img src="https://goreportcard.com/badge/github.com/360EntSecGroup-Skylar/excelize" alt="Go Report Card"></a>
|
|
|
+ <a href="https://godoc.org/github.com/360EntSecGroup-Skylar/excelize"><img src="https://godoc.org/github.com/360EntSecGroup-Skylar/excelize?status.svg" alt="GoDoc"></a>
|
|
|
+ <a href="https://opensource.org/licenses/BSD-3-Clause"><img src="https://img.shields.io/badge/license-bsd-orange.svg" alt="Licenses"></a>
|
|
|
+ <a href="https://www.paypal.me/xuri"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate"></a>
|
|
|
+</p>
|
|
|
|
|
|
-[](https://travis-ci.org/360EntSecGroup-Skylar/excelize)
|
|
|
-[](https://codecov.io/gh/360EntSecGroup-Skylar/excelize)
|
|
|
-[](https://goreportcard.com/report/github.com/360EntSecGroup-Skylar/excelize)
|
|
|
-[](https://godoc.org/github.com/360EntSecGroup-Skylar/excelize)
|
|
|
-[](https://opensource.org/licenses/BSD-3-Clause)
|
|
|
-[](https://www.paypal.me/xuri)
|
|
|
+# Excelize
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
@@ -88,7 +90,7 @@ func main() {
|
|
|
|
|
|
With Excelize chart generation and management is as easy as a few lines of code. You can build charts based off data in your worksheet or generate charts without any data in your worksheet at all.
|
|
|
|
|
|
-
|
|
|
+<p align="center"><img width="650" src="./test/images/chart.png" alt="Excelize"></p>
|
|
|
|
|
|
```go
|
|
|
package main
|