diff --git a/drawing.go b/drawing.go index 49b7fcbc74..bbd75ecbcc 100644 --- a/drawing.go +++ b/drawing.go @@ -1088,7 +1088,6 @@ func (f *File) drawPlotAreaValAx(pa *cPlotArea, opts *Chart) []*cAxs { if opts.order > 0 && opts.YAxis.Secondary && pa.ValAx != nil { ax.AxID = &attrValInt{Val: intPtr(opts.YAxis.axID)} ax.AxPos = &attrValString{Val: stringPtr("r")} - ax.Title = nil ax.Crosses = &attrValString{Val: stringPtr("max")} ax.CrossAx = &attrValInt{Val: intPtr(opts.XAxis.axID)} return []*cAxs{pa.ValAx[0], ax}