This commit is contained in:
Will Charczuk 2016-07-30 09:39:50 -07:00
parent bf38f3e718
commit 60a9a3d6fc

View File

@ -39,6 +39,12 @@ Pie Chart:
The code for this chart can be found in `examples/pie_chart/main.go`.
Stacked Bar:
![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/stacked_bar.png)
The code for this chart can be found in `examples/stacked_bar/main.go`.
# Code Examples
Actual chart configurations and examples can be found in the `./examples/` directory. They are web servers, so start them with `go run main.go` then access `http://localhost:8080` to see the output.