diff options
| author | Ri Xu <xuri.me@gmail.com> | 2017-05-13 14:12:43 +0800 |
|---|---|---|
| committer | Ri Xu <xuri.me@gmail.com> | 2017-05-13 14:12:43 +0800 |
| commit | cf97118bfe48eb36b82c4a833b51d3ea4bfffa97 (patch) | |
| tree | 0024addd342c3968381028ea37000fd1191740cb /chart.go | |
| parent | d93a156355547c583bf35bf1201f92a3c68e89f0 (diff) | |
- The max author and text in comment limit added;
- go doc and go test updated
Diffstat (limited to 'chart.go')
| -rw-r--r-- | chart.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -168,10 +168,15 @@ func parseFormatChartSet(formatSet string) *formatChart { // show_val // // show_bubble_size: Specifies the bubble size shall be shown in a data label. The show_bubble_size property is optional. The default value is false. +// // show_cat_name: Specifies that the category name shall be shown in the data label. The show_cat_name property is optional. The default value is true. +// // show_leader_lines: Specifies leader lines shall be shown for data labels. The show_leader_lines property is optional. The default value is false. +// // show_percent: Specifies that the percentage shall be shown in a data label. The show_percent property is optional. The default value is false. +// // show_series_name: Specifies that the series name shall be shown in a data label. The show_series_name property is optional. The default value is false. +// // show_val: Specifies that the value shall be shown in a data label. The show_val property is optional. The default value is false. // func (f *File) AddChart(sheet, cell, format string) { |
