You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…x-os#662)
* Resolveqax-os#661 Add Logarithmic scale option support on Y axis
Example usage:
Add the following option into the format string when using AddChart:
"y_axis":{"scaling":{"logbase":"10"}}
* Change type of LogBase from attrValString to attrVarFloat
* Add test case for testing Logarithmic Option in Y axis of charts
* Move field `LogBase` in the format string up one level (remove `Scaling`) as suggested the owner
Test cases are updated accordingly.
Description
Provide option to enable the Logarithmic scale option in Y axis for charts.
Steps to reproduce the issue:
Describe the results you received:
No option to enable the Logarithmic scale option in Y axis
Describe the results you expected:
Being able to enable the Logarithmic scale option in Y axis
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
Windows 10 x64 2004
Excel 2016
The text was updated successfully, but these errors were encountered: