Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart Axis Display Units and Logarithmic Scale #3836

Merged
merged 2 commits into from
Dec 22, 2023

Commits on Dec 20, 2023

  1. Chart Axis Display Units and Logarithmic Scale

    Fix PHPOffice#3833. Among the options for chart axes in Excel are the ability to show labels as multiples of specific powers of 10, with or without an explanatory label. The Excel spec seems to indicate that that you can customize the multiples to other values, but I don't see how to do that in Excel, so that can be a project for another day if someone figures out how. The label title can also be styled; that is not part of this PR, but I will look into it in future. For now, this PR supports the use of multiples with or without labels.
    
    The axes can also be displayed on a logarithmic scale (any base between 2 and 1000). This PR supports that.
    oleibman committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3486310 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    2159636 View commit details
    Browse the repository at this point in the history