From cf97118bfe48eb36b82c4a833b51d3ea4bfffa97 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Sat, 13 May 2017 14:12:43 +0800 Subject: - The max author and text in comment limit added; - go doc and go test updated --- chart.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chart.go') diff --git a/chart.go b/chart.go index d6f7fc0..ba428d5 100644 --- a/chart.go +++ b/chart.go @@ -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) { -- cgit v1.2.1