-
Notifications
You must be signed in to change notification settings - Fork 305
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
Heatmaps with multiple fields display one per field #482
Comments
Interesting improvement. Would like to work on this issue. Any specific things to take care while executing this in terms of functionality or code standards? |
I've removed one subtask which was better stated in #347, and updated this description |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Heatmaps have one grid, but can have multiple fields on that grid. Now, picking one for a gradient requires a user to open the editor, but instead we can auto-populate the heatmap list with each of the fields separately.
e.g. : a heatmap named "myHeatmap" has "tumor" and "lymph" fields on the same grid. Instead of just displaying "myHeatmap", also display "myHeatmap -> tumor" and "myHeatmap -> lymph" (exact naming structure unimportant)
May have implications to saved heatmap formatting, but ignore for now; just use default colors.
The text was updated successfully, but these errors were encountered: