Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtCharts sucks

QtCharts sucks

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 804 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sufuk
    wrote on last edited by
    #1

    QtCharts sucks, it is extremly slow and there isn't any proper way to implement error bars.
    I draw error bars with Box and whiskers but there isn't any way to place them on respective (x) points,
    Alternative is using QCustomplot which is very expensive for non-GPL license.

    So why QtCharts has many types of Charts or serries but not error bars, a lot of scientist doesn't use QtCharts because of that?

    1 Reply Last reply
    1
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Yes the API could be better. it's hard to customize or make new graph types.

      • So why QtCharts has many types of Charts or serries but not error bars, a lot of scientists doesn't use QtCharts because of that?

      Well if there ever was a reason, it been lost in the times. They didn't add new charts for years so
      not sure it's still on the radar.

      • Alternative is using QCustomplot which is very expensive for non-GPL license.
        It is ? I as under the impression it was around 100 euros, pr developer.
      1 Reply Last reply
      1
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        Or Qwt, which is LGPL-ish: https://qwt.sourceforge.io/

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        2
        • JoeCFDJ Offline
          JoeCFDJ Offline
          JoeCFD
          wrote on last edited by
          #4

          https://vtk.org/Wiki/VTK/Charts can be useful as well.

          1 Reply Last reply
          3
          • VRoninV Offline
            VRoninV Offline
            VRonin
            wrote on last edited by VRonin
            #5

            KDChart is another alternative but once again it's GPL or Commercial

            Charting is a hard task with so many possible customisations. In the past I cheated my way out of this problem using QWebEngineView and Google Charts (Box and whiskers example).

            "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
            ~Napoleon Bonaparte

            On a crusade to banish setIndexWidget() from the holy land of Qt

            1 Reply Last reply
            3

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved