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

Created two configs to allow use of logarithmic scale in each axis #460

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

douglasdc
Copy link

I create two config, using the existent code in the graph base view, to allow set logarithmic scale in each axis.

logarithmic - Existent option, who still maintained
x_logarithmic - To scale X axis to logarithmic independent
y_logarithmic - To scale Y axis to logarithmic independent

hierarchy of options:
logarithmic > x_logarithmic > y_logarithmic

Was one feature how i needed. The project is so much good to use with reports, the svg charts have an small size, great to files for printing purposes.

@megahall
Copy link

@douglasdc do you have a version of this which only adds the log feature and no other changes?

I cannot tell which of these commits are required to make the feature work and which are other formatting changes. In particular, "update line graph right legend", "stroke width", and "guide stroke color"... are those something else or are they required?

It seems that "flake8 fails done" and "..." are not needed for the feature but it is hard to be sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants