From 8493fea373bef159998023a7ac42740b115bd866 Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Wed, 26 Jul 2017 18:37:00 +0800 Subject: - Add number format code with unicode values, relate issue #86; - godoc updated --- chart.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index 6c266bd..48bd8f1 100644 --- a/chart.go +++ b/chart.go @@ -89,16 +89,16 @@ func parseFormatChartSet(formatSet string) *formatChart { // // The following shows the type of chart supported by excelize: // -// | Type | Chart | -// +----------+----------------+ -// | bar | bar chart | -// | bar3D | 3D bar chart | -// | doughnut | doughnut chart | -// | line | line chart | -// | pie | pie chart | -// | pie3D | 3D pie chart | -// | radar | radar chart | -// | scatter | scatter chart | +// Type | Chart +// ----------+---------------- +// bar | bar chart +// bar3D | 3D bar chart +// doughnut | doughnut chart +// line | line chart +// pie | pie chart +// pie3D | 3D pie chart +// radar | radar chart +// scatter | scatter chart // // In Excel a chart series is a collection of information that defines which data is plotted such as values, axis labels and formatting. // -- cgit v1.2.1