I'm converting a program from a pure win32 app to imgui, and wondering what the best way to add additional plot types?
eg is implot is templated from some other library which might include these graphs (D3, etc) so I could copy them and ease the process?
[EDIT: I figured out the pyramid plot is created with a horizontal bar plot with shift set to 0 - so have already replicated that]
I'd be happy to share my original cpp code to draw these plots but it's horrible as it's some years old and some of the views are hardcoded and they will need a rewrite to be library friendly



