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

Benchmarks/Support for large numbers of points

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes