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

Benchmarks/Support for large numbers of points

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • Some future release
    • None
    • Graphs: 2D
    • None

      As per the Teams convo, making a few issues here.

      Multiple (some potential) clients have looked for graph solutions that can handle upwards of 5000 points. 

       

      QtCharts can handle this, if OpenGl is enabled, Area Charts aren't used, and points aren't to be selected, etc. (OpenGL also comes with other limitations).

      It would be ideal if GPU support was enabled by default.
      Even if it isn't, we need to handle points better/optimize for larger data:

      • Joining points if zoom is far enough (batched draws?)
      • Not processing points that are out of view (scrolling with a dataset of 10000 points but only 2 visible points shouldn't be as laggy as scrolling with 10000 visible points)
      • etc

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

            tuliniemi Jere Tuliniemi
            mairtin.s Mairtin Steinkamp
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes