summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
Diffstat (limited to 'chart.go')
-rw-r--r--chart.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart.go b/chart.go
index 7ba1d91..41354f1 100644
--- a/chart.go
+++ b/chart.go
@@ -352,7 +352,9 @@ func parseFormatChartSet(formatSet string) (*formatChart, error) {
// minimum
//
// reverse_order: Specifies that the categories or values on reverse order (orientation of the chart). The reverse_order property is optional. The default value is false.
+//
// maximum: Specifies that the fixed maximum, 0 is auto. The maximum property is optional. The default value is auto.
+//
// minimum: Specifies that the fixed minimum, 0 is auto. The minimum property is optional. The default value is auto.
//
// Set chart size by dimension property. The dimension property is optional. The default width is 480, and height is 290.