-
Notifications
You must be signed in to change notification settings - Fork 99
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
[ENHANCEMENT]: Heatmap visualization config panel features v1 #791
Comments
Hi @mengweieric For data configurations you have mentioned to support only 2 dimensions, but the in the current implementation of heatmap we have only one value option as z-axis. So are you referring to z-axis as dimensions or is there some other term for it. Also do we have to implement x-axis, y-axis and z-axis as data configurations for heatmap? Thanks! |
I started working on legend for heatmap that is colorbar as per plotly's documentation. The current version of plotly that we are using(2.4.1), changing colorbar orientation is not supported yet. The Plotly provides support for colorbar orientation after version 2.8.0. So I have implemented show/hide of legend only. Let me know if that is okay. Thanks! CC: @abasatwar @spattnaik |
Hi @mengweieric I have begin working on the implementation of x-axis, y-axis and z-axis. When user has selected multiple x-axis and y-axis fields, the graph doesn't form. Also I am keeping the functionality of z-axis same where the user can only select one field. Thanks!! |
Hi @mengweieric Just wanted to confirm with you if we should move the value options for this graph to the right or let them be as in screenshot. Thanks! |
Hi @mengweieric Just wanted to confirm one thing about this graph, as per our Thursday's call we would display no graph. Following will be the view on the initial load. Please let me know if this is expected. Thanks! |
yes, graph only works if we the relevant data and config |
This has been merged to the main branch in the PR: #824. |
Implementation of Heatmap config panel features as mentioned in opensearch-project/dashboards-observability#125 .
Features to implement:
Colors
Legend placement (filter buttons)
The text was updated successfully, but these errors were encountered: