Open dv-usama-ansari opened 4 weeks ago
https://github.com/datavisyn/visyn_core/issues/563#issuecomment-2404849744
https://github.com/datavisyn/visyn_core/issues/563#issuecomment-2404861586
https://github.com/datavisyn/visyn_core/issues/563#issuecomment-2435125738
Bar plot for a group column containing all null values for this session:
Discussion with @thinkh: We should show #71787E
Unknown item in the legend and the tooltip
https://github.com/datavisyn/visyn_core/pull/598#issuecomment-2436224037
When all the values of an aggregation are 0
(not null
or undefined
), the bar chart does not show up since it cannot plot bars with 0
width. This happens for the following combination of configuration:
Me and @thinkh discussed came to a conclusion that there is unfortunately no way to show a bar with zero width. We should show a message to the user in such a case and prompt him/her to change the aggregation type or column selected
Comments with @thinkh following the discussion of https://github.com/datavisyn/visyn_core/issues/596#issuecomment-2437374594:
-Survival months
filters out the 0
for all the aggregation.
0
for all the aggregation other than count.-Tumor size
has null
across all categories of breast surgery type
null
and the non-null-minimum is the minimum valueShow a tooltip on the axis label for a bar plot like this:
Will be addressed in #599
cc: @dvdanielamoitzi
Selection is lost when bar chart is sorted
Incorrect name of the axis on initial load:
This happens when https://github.com/datavisyn/reprovisyn/blob/d3b341252dd29ec17fd0960f0cec7a015084577b/reprovisyn/data/test_db2.json#L464-L465 is null
Will be addressed in #607
This issue would be open for continuous feedback
Focus facet selector does not work as expected
https://github.com/user-attachments/assets/2de740ce-faa9-45cf-ae8f-91030d355b98
Coming from #563
Please see comments for more details