Skip to content

[charts] Add batch renderer for bar plot #19530

@alexfauquette

Description

@alexfauquette

On the same idea as the #19075 we could render bar chart as a single path.

This should solve preformanc eissue for bar chart with thousands of items #12960 (comment)

Notice that for very large dataset, we don't need to display all the bars. If we have 7k points and 700px width, this means each pixel has 10 bars to plot. So we can only consider the max of those 10 bars. This open questions about stack bars

Needs to investigate how much we would get from that.
Also animation should be limited on those

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancescope: chartsChanges related to the charts.type: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions