Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-80642

QChart removeAllSeries performance issue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.9.1
    • Charts
    • None
    • Linux/X11

      When issuing the call to removeAllSeries, there is a performance issue when there are a lot of series.  During investigation, Qt engineer Corey Pendleton noted that an "emit" was being done after each series was removed, rather than one "emit" at the end after all series had been removed.  This causes the chart to be refreshed after each series is removed.  He recommended that we write a bug report for this issue.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            e0348803 Miikka Heikkinen
            tim_rydell Tim Rydell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes