e.g. second chart here:

I have a basic implementation here, but it's very limited - doesn't support the usual flags etc:
Usage:
ImGuiStackedAreaPlotter plotter;
plotter.Plot("Foo", plotterFunc, data, count);
plotter.Plot("Bar", plotterFunc, data, count);
Due to #340 , this currently depends on implot internals in order to function correctly when series are hidden.
e.g. second chart here:
I have a basic implementation here, but it's very limited - doesn't support the usual flags etc:
Usage:
Due to #340 , this currently depends on implot internals in order to function correctly when series are hidden.