diff options
author | xuri <xuri.me@gmail.com> | 2019-08-21 23:03:34 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2019-08-21 23:03:34 +0800 |
commit | 407fb55c20a2524c4eccad9361120dee2a2719cd (patch) | |
tree | ae16f68165d5cbdcbdb1ac7675f1051fe10f6734 /sparkline.go | |
parent | da99334fca412c33e9e077703e7373b0899e8a87 (diff) |
Update the Godoc
Diffstat (limited to 'sparkline.go')
-rw-r--r-- | sparkline.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sparkline.go b/sparkline.go index 18eae6c..314ea83 100644 --- a/sparkline.go +++ b/sparkline.go @@ -374,15 +374,15 @@ func (f *File) addSparklineGroupByStyle(ID int) *xlsxX14SparklineGroup { // Parameter | Description // -----------+-------------------------------------------- // Location | Required, must have the same number with 'Range' parameter -// Range |Required, must have the same number with 'Location' parameter +// Range | Required, must have the same number with 'Location' parameter // Type | Enumeration value: line, column, win_loss // Style | Value range: 0 - 35 -// Hight | Toggle sparkine high points -// Low | Toggle sparkine low points -// First | Toggle sparkine first points -// Last | Toggle sparkine last points -// Negative | Toggle sparkine negative points -// Markers | Toggle sparkine markers +// Hight | Toggle sparkline high points +// Low | Toggle sparkline low points +// First | Toggle sparkline first points +// Last | Toggle sparkline last points +// Negative | Toggle sparkline negative points +// Markers | Toggle sparkline markers // ColorAxis | An RGB Color is specified as RRGGBB // Axis | Show sparkline axis // |