datavisyn / visyn_core

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Bar Chart follow up bugs #563

Open dv-usama-ansari opened 4 days ago

dv-usama-ansari commented 4 days ago
### Bugs which may be found after <https://github.com/datavisyn/visyn_core/pull/497> is merged
- [ ] Improve performance by delegating resource heavy tasks to workers
- [ ] Check if all the categorical columns are plotted correctly
- [ ] Check if all the aggregations work as expected
- [ ] Check if all the grouping types work as expected
- [ ] Also check if grouping works correctly along with different combinations of categorical column and aggregations
- [ ] Check the layout when the plot is grouped / stacked / normalized
- [ ] Check the titles, axis labels, ticks, overflows and interactions
- [ ] Check if all the facets work as expected
- [ ] Check all of the above with facets enabled
- [ ] Check for virtualization
- [ ] Check if the preconfiguration is applied correctly
- [ ] Check for responsiveness and behavior in tight spaces
- [ ] Check if the download feature works as expected
- [ ] Add playwright / jest tests
dv-usama-ansari commented 3 days ago

Spacing between axis label and ticks

563-axis-label-spacing

dv-usama-ansari commented 3 days ago

Negative aggregation

image

image

image

dv-usama-ansari commented 3 days ago

Incorrect min and max values for axis

image

dv-usama-ansari commented 3 days ago

Incorrect plotting for high median value

image

dv-usama-ansari commented 3 days ago

Overshooting median

image

dv-usama-ansari commented 3 days ago

Clipped tooltip for very wide graph

image

dv-usama-ansari commented 3 days ago

Overshooting bars in stacked

image

image

dv-usama-ansari commented 3 days ago

Missing axis lines

image

dv-usama-ansari commented 3 days ago

Incorrect binning

image

dv-usama-ansari commented 3 days ago

Missing legend

image

dv-usama-ansari commented 3 days ago

Title clipped

May not be always reproducible

image

dv-usama-ansari commented 3 days ago

Does not respect vertical space when there is only a single facet

image

dv-usama-ansari commented 3 days ago

Should hide the aggregate axis ticks when aggregate type is other than count

image

dv-usama-ansari commented 3 days ago

No coloring and wrong tooltip for single numerical grouping

image