From 60a9a3d6fcd4d1695a271dda5e0f4b6a7df76e15 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sat, 30 Jul 2016 09:39:50 -0700 Subject: [PATCH] readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.