From 12d115cca5b47db0fe49f0247a225351e9119c85 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Fri, 29 Jul 2016 23:31:49 -0700 Subject: [PATCH] examples. --- defaults.go | 6 +++++- examples/stacked_bar/main.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/defaults.go b/defaults.go index e1cdb69..4c9fd1f 100644 --- a/defaults.go +++ b/defaults.go @@ -147,7 +147,11 @@ var ( ColorAlternateGreen, ColorAlternateGray, ColorAlternateYellow, - ColorAlternateLightGray, + ColorBlue, + ColorGreen, + ColorRed, + ColorCyan, + ColorOrange, } ) diff --git a/examples/stacked_bar/main.go b/examples/stacked_bar/main.go index bbf61a8..78cff79 100644 --- a/examples/stacked_bar/main.go +++ b/examples/stacked_bar/main.go @@ -21,7 +21,7 @@ func drawChart(res http.ResponseWriter, req *http.Request) { }, Bars: []chart.StackedBar{ { - Name: "Funnel", + Name: "Katrina like animals that are very fat and furry.", Values: []chart.Value{ {Value: 5, Label: "Blue"}, {Value: 5, Label: "Green"},