We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment, image trace will only get fast rendering if axes are compatible as per:
image
plotly.js/src/traces/image/plot.js
Line 34 in f7baf5d
However, compatibleAxis here is a bit too strict since there's no reason we couldn't support both reversed and normal linear axes:
compatibleAxis
Lines 18 to 22 in f7baf5d
Basically, we should 🔪 line 21 and then proceed to get the positioning right as well as the correct hover labels for any order of the axes 😸
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
At the moment,
image
trace will only get fast rendering if axes are compatible as per:plotly.js/src/traces/image/plot.js
Line 34 in f7baf5d
However,
compatibleAxis
here is a bit too strict since there's no reason we couldn't support both reversed and normal linear axes:plotly.js/src/traces/image/plot.js
Lines 18 to 22 in f7baf5d
Basically, we should 🔪 line 21 and then proceed to get the positioning right as well as the correct hover labels for any order of the axes 😸
The text was updated successfully, but these errors were encountered: