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

Theme3D baseColors property is broken in QtDataVisualization

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 6.3.0 Beta2
    • Data Visualization
    • None
    • Linux/X11

    Description

      Created custom Theme3D for Scatter3D component (QtDataVisualization module) with 3 Scatter3DSeries like this (Qt Quick 2 Scatter Example was used):

       Theme3D {
          id: themeDark
          type: Theme3D.ThemeIsabelle
          font.pointSize: 20
          baseColors: [
              ThemeColor { color: "red" }, 
              ThemeColor { color: "green" },
              ThemeColor { color: "blue" }
          ]
      }
      

      However got the problem:

      1. st series is black
      2. nd - is red
      3. rd - is green

      And what is baseColor property in Qt example here while Theme3D has baseColors property?!

      Attachments

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

        Activity

          People

            tokorpip Tomi Korpipää
            alekseyka Aleksey Kontsevich
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes