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
In a project that used Chart.js I came across a situation where we needed a logarithmic scale, but with the ability to display negative values as well. Unfortunately, the library does not provide such an option, and I think it can be useful in many cases.
Possible Implementation
In our case this was solved by creating a symmetric logarithmic scale.
Feature Proposal
In a project that used Chart.js I came across a situation where we needed a logarithmic scale, but with the ability to display negative values as well. Unfortunately, the library does not provide such an option, and I think it can be useful in many cases.
Possible Implementation
In our case this was solved by creating a symmetric logarithmic scale.
The text was updated successfully, but these errors were encountered: