qax-os / excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
https://xuri.me/excelize
BSD 3-Clause "New" or "Revised" License
17.62k stars 1.68k forks source link

fixes issue #1926 #1928

Closed vsemichev closed 2 weeks ago

vsemichev commented 2 weeks ago

Corrects missing secondary Y-axis title

Description

Corrects the line in the drawing.go file that set secondary axis title to nil.

Related Issue

1926

Motivation and Context

I need this fix for one of my projects where I need to set the secondary Y-axis title

How Has This Been Tested

Ran go test which came out clean. Performed two tests using my project binary - one to create a combo column + line chart with a secondary Y-axis that has a title and another one that created a combo column + line chart with invisible secondary Y-axis. Both tests produced expected results.

Types of changes

Checklist