这是indexloc提供的服务,不要输入任何密码
Skip to content

Support stacked area charts #602

@fredemmott

Description

@fredemmott

e.g. second chart here:

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions