diff --git a/README.md b/README.md index b6ab99c..c932208 100644 --- a/README.md +++ b/README.md @@ -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.