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

BarChangingSetCount example doesn't work with custom bar components

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 6.8
    • 6.8
    • Graphs: 2D
    • None
    • b8d3508a2 (dev)

      Add this into QtGraphs testbed BarChangingSetCount example:

      barComponent: Item {
        property color barColor
        Rectangle {
          anchors.fill: parent
          color: barColor
        }
      }
       

      After this the example doesn't work anymore, bars don't get removed. Issue is that only default nodes are handled in BarsRenderer, not custom components.

       

       

        For Gerrit Dashboard: QTBUG-125710
        # Subject Branch Project Status CR V

            owaisakhtar Owais Akhtar
            kagro Kaj Grönholm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes