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

Custom Log Scale Transformation #5171

Closed
aaronogan opened this issue Mar 31, 2016 · 3 comments
Closed

Custom Log Scale Transformation #5171

aaronogan opened this issue Mar 31, 2016 · 3 comments

Comments

@aaronogan
Copy link

We'd like to be able to provide a custom implementation for log transformations but the transformation methods are private utility functions (lin2log/log2lin). Would it be possible to make these more easily customizable?

Is this something that you'd be willing to include in your road map? Even if you may not be able to prioritize this, we may be able to spend the time to implement this ourselves, but we don't want to maintain a forked copy indefinitely.

Thanks!

@TorsteinHonsi
Copy link
Collaborator

Yes, good point. We would eventually go there with Highcharts 5, but I'll do this refactoring now so that you can get started. In the upcoming commit, the lin2log/log2lin functions are moved to the Axis prototype.

@aaronogan
Copy link
Author

Thanks very much for the responsiveness! Do you know when this might be released?

Our custom transformation can handle values <= 0 so I think we'll still need to override a couple methods where error 10 is fired.

@TorsteinHonsi
Copy link
Collaborator

You're welcome! A new maintenance release will be out in a few weeks.

ghost pushed a commit to schrodinger/highcharts that referenced this issue Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants