From 638bd44dd5940bfcc5921171dc00978f3a24f7e8 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 31 Jan 2018 11:12:43 +0800 Subject: - gofmted with -s; - Fix ineffectual assignments in Go code; - Godoc has been updated --- chart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index 1f68505..4d0f763 100644 --- a/chart.go +++ b/chart.go @@ -170,8 +170,8 @@ func parseFormatChartSet(formatSet string) *formatChart { // bar | bar chart // barStacked | stacked bar chart // bar3D | 3D bar chart -// bar3DColumn | 3D column bar chart -// bar3DPercentStacked | 3D 100% stacked bar chart +// bar3DColumn | 3D column bar chart +// bar3DPercentStacked | 3D 100% stacked bar chart // doughnut | doughnut chart // line | line chart // pie | pie chart -- cgit v1.2.1