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

replacing points in a lineseries does not check if count changes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3.1
    • Charts
    • None
    • All

    Description

      using the replace method to change the points of a lineseries, the count property of that series does not change, even though the number of points did change.

      a possible solution is: connect the pointsReplaced signal to the handleCountChanged slot and check if the cound did change to emit the countChanged signal that updates the property in "src/chartsqml2/declarativelineseries.cpp".

      the workaround is to clear the line series first, and then use append to add the points.

      Attachments

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

        Activity

          People

            e0348803 Miikka Heikkinen
            menzels2 Stefan Menzel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes