Opened 9 years ago
Closed 5 years ago
#15926 closed enhancement (patchwelcome)
Charting - Default - Gfx shape cache
Reported by: | Mathevet julien | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Charting | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Default don't use shape cache (only for shadow). Other plot2d use cache for drawn shape.
Is it normal ?
It would be great to refactor to share code between plot2d class to manage cache.
Change History (3)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Type: | defect → enhancement |
---|
comment:3 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 3+ years, I'm closing this as patchwelcome.
Note: See
TracTickets for help on using
tickets.
Actually shape cache is not only for shadow it is only for markers. Because potentially you have a lot of markers while you only have a single (if not missing values) shape for the line. That said yes, it could be a nice improvement.