Skip to content

Commit 4e6457a

Browse files
authored
This closes qax-os#1926, fix secondary vertical axis title is not displayed (qax-os#1928)
1 parent f04aa8d commit 4e6457a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drawing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,6 @@ func (f *File) drawPlotAreaValAx(pa *cPlotArea, opts *Chart) []*cAxs {
10881088
if opts.order > 0 && opts.YAxis.Secondary && pa.ValAx != nil {
10891089
ax.AxID = &attrValInt{Val: intPtr(opts.YAxis.axID)}
10901090
ax.AxPos = &attrValString{Val: stringPtr("r")}
1091-
ax.Title = nil
10921091
ax.Crosses = &attrValString{Val: stringPtr("max")}
10931092
ax.CrossAx = &attrValInt{Val: intPtr(opts.XAxis.axID)}
10941093
return []*cAxs{pa.ValAx[0], ax}

0 commit comments

Comments
 (0)