summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2018-01-31 11:12:43 +0800
committerRi Xu <xuri.me@gmail.com>2018-01-31 11:12:43 +0800
commit638bd44dd5940bfcc5921171dc00978f3a24f7e8 (patch)
tree4838126c72525b50a946677ab1bb9d82378721ad /chart.go
parent12760a7ee6d0256c44da0a16a0da1c8730517ee3 (diff)
- gofmted with -s;
- Fix ineffectual assignments in Go code; - Godoc has been updated
Diffstat (limited to 'chart.go')
-rw-r--r--chart.go4
1 files changed, 2 insertions, 2 deletions
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