diff options
author | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2018-07-13 17:40:47 +0800 |
commit | 79dfe1c3070b3c4af14a40acaa5bd8cb477acd3e (patch) | |
tree | 6f980b68b9b2ac097f4d3a7e2f6cb3d7be756c6a /chart.go | |
parent | 58a7b23d11ef36156af6f694a1753715df8ae2fc (diff) |
GoDoc updated.
Diffstat (limited to 'chart.go')
-rw-r--r-- | chart.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |