summaryrefslogtreecommitdiff
path: root/chart.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2018-07-13 17:40:47 +0800
committerxuri <xuri.me@gmail.com>2018-07-13 17:40:47 +0800
commit79dfe1c3070b3c4af14a40acaa5bd8cb477acd3e (patch)
tree6f980b68b9b2ac097f4d3a7e2f6cb3d7be756c6a /chart.go
parent58a7b23d11ef36156af6f694a1753715df8ae2fc (diff)
GoDoc updated.
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.