From fbc3d1cd01ed24f8a8f56bed947af14ed346f60a Mon Sep 17 00:00:00 2001 From: Ri Xu Date: Thu, 25 May 2017 10:57:45 +0800 Subject: - Worksheet conditional formatting support added, relate issue #56; - gofmted with -s --- chart.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart.go') diff --git a/chart.go b/chart.go index 192b582..3ff92b8 100644 --- a/chart.go +++ b/chart.go @@ -390,12 +390,12 @@ func (f *File) drawBarChart(formatSet *formatChart) *cPlotArea { }, } charts := map[string]*cPlotArea{ - "bar": &cPlotArea{ + "bar": { BarChart: &c, CatAx: f.drawPlotAreaCatAx(), ValAx: f.drawPlotAreaValAx(), }, - "bar3D": &cPlotArea{ + "bar3D": { Bar3DChart: &c, CatAx: f.drawPlotAreaCatAx(), ValAx: f.drawPlotAreaValAx(), -- cgit v1.2.1