egui icon indicating copy to clipboard operation
egui copied to clipboard

Fix stacked BarChart offsets

Open rctlmk opened this issue 1 year ago • 1 comments

  • Closes #4454

rctlmk avatar May 03 '24 17:05 rctlmk

It should be noted that this solution doesn't scale well, and with many bars (more than 10000) it becomes really noticeable.

rctlmk avatar May 05 '24 10:05 rctlmk

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

emilk avatar Jul 15 '24 17:07 emilk