diff options
Diffstat (limited to 'chart.go')
-rw-r--r-- | chart.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(), |