From 09789e41f8e0593edcc9dcc89af1dbae0ba3fb53 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 10 Jul 2016 18:37:20 -0700 Subject: [PATCH] fixing images. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d396896..5fd93a5 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ graph.Render(chart.PNG, buffer) # 2 Y-Axis Charts - ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/two_axispng) + ![](https://raw.githubusercontent.com/wcharczuk/go-chart/master/images/two_axis.png) It is also possible to draw series against 2 separate y-axis with their own ranges (usually good for comparison charts). In order to map the series to an alternate axis make sure to set the `YAxis` property of the series to `YAxisSecondary`.