From 7163f8984520105c3ff34140a97b7e98208d10ce Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Tue, 10 Jan 2017 13:54:57 -0800 Subject: [PATCH] comment. --- _examples/descending/main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_examples/descending/main.go b/_examples/descending/main.go index add5d87..6270104 100644 --- a/_examples/descending/main.go +++ b/_examples/descending/main.go @@ -10,7 +10,10 @@ func drawChart(res http.ResponseWriter, req *http.Request) { /* The below will draw the same chart as the `basic` example, except with both the x and y axes turned on. - In this case, both the x and y axis ticks are generated automatically, the x and y ranges are established automatically, the canvas "box" is adjusted to fit the space the axes occupy so as not to clip. + In this case, both the x and y axis ticks are generated automatically, the x and y ranges are established automatically, + the canvas "box" is adjusted to fit the space the axes occupy so as not to clip. + Additionally, it shows how you can use the "Descending" property of continuous ranges to change the ordering of + how values (including ticks) are drawn. */ graph := chart.Chart{