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
Seems to be an issue when X and Y are selected before Z
Animated GIF (1.9 MB) : (wait till you see error )
The text was updated successfully, but these errors were encountered:
https://codepen.io/mafar/pen/Rzdama?editors=0010
Animated GIF: wait till you see error
Sorry, something went wrong.
var inputData = { A: [69, 69, 65, 61, 59, 61, 53, 68], B: [70, 70, 65, 60, 57, 65, 52, 68], C: [66, 66, 64, 59, 57, 59, 57, 66], D: [61, 59, 59, 61, 61, 61, 57, 62], E: [59, 56, 57, 61, 61, 59, 57, 60], F: [56, 57, 55, 57, 55, 52, 54, 55], G: [49, 47, 49, 53, 53, 53, 59, 48], H: [68, 68, 64, 61, 60, 62, 60, 68], I: [ "Agnostic female", "Atheist female", "Buddhist female", "Catholic female", "Protestant female", "Hindu female", "Muslim female", "Jewish female" ], J: [ "Agnostic male", "Atheist male,Buddhist male", "Catholic male", "Protestant male", "Hindu male", "Muslim male", "Jewish male" ] }; Plotly.newPlot(gd, [{ type: 'heatmap', x: inputData.I, y: inputData.J, z: [inputData.A] }])
also spit out the same errors as #4031.
Thanks for the report!
etpinard
Successfully merging a pull request may close this issue.
Seems to be an issue when X and Y are selected before Z
Animated GIF (1.9 MB) : (wait till you see error )
The text was updated successfully, but these errors were encountered: