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

QChart and removeSeries

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.2
    • 5.7.0
    • Charts
    • None
    • 2a1e8cf5133be5e15dc935a07f667302d3eff302

    Description

      If you remove the QLineSeries from QChart, and then try to append point to QLineSeries, then the exception are triggerred.

      for example if add to "splinechart" example main.cpp after line 61 next 2 lines:

      chart->removeSeries(series);
      series->append(0, 6);
      

      and run, then the exception are triggered.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            zhidkov_ia Igor Zhidkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes