summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
authorRi Xu <xuri.me@gmail.com>2018-01-26 17:17:44 +0800
committerRi Xu <xuri.me@gmail.com>2018-01-26 17:17:44 +0800
commite4611e9e2518b6d48f1dd89879685f18749da759 (patch)
tree682137f943070c342846b0ca0585b8d3542cffe4 /chart.go
parent4aadca6db8851fb6630f5b37946a70d1396acd37 (diff)
The godoc and readme page 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