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

Research and design an architecture for common animations between 2D and 3D graphs

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Graphs: 2D, Graphs: 3D
    • None

      Right now dynamic animations are only supported by XYSeries in QtGraphs, specifically 2D. Dynamic animations include any animated changes when the dataset for the graph changes, as an example: a pie slice expanding over a few seconds when the user only sets its size.

      Currently, the animations are derived from QVariantAnimation to make use of the already available animation framework, and custom animations are defined by providing a lerping function (as in QGraphPointAnimation and QSplineControlAnimation).

      A graph transition could also be implemented in Graphs3D and similar lerping functions could be provided.

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

            tuliniemi Jere Tuliniemi
            owaisakhtar Owais Akhtar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes