summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
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 4d0f763..1f68505 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