-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
performancescope: chartsChanges related to the charts.Changes 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.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.
Description
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
bernardobelchior and prakhargupta1
Metadata
Metadata
Assignees
Labels
performancescope: chartsChanges related to the charts.Changes 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.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.