egui
egui copied to clipboard
Fix stacked BarChart offsets
- Closes #4454
It should be noted that this solution doesn't scale well, and with many bars (more than 10000) it becomes really noticeable.
egui_plot has recently been moved to its own repository, at https://github.com/emilk/egui_plot
This will hopefully speed up its development by having more reviewers and maintainers.
Please re-open this PR at https://github.com/emilk/egui_plot/pulls
See also:
- https://github.com/emilk/egui/issues/4705
- https://github.com/emilk/egui/pull/4828