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

ChartView might not be drawn correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.15.15, 5.15.6
    • Charts
    • None
    • Windows

    Description

      ChartView might not be drawn correctly when the following values are set for min and max of ValueAxis, respectively.

      ValueAxis{ 
          id: xAxis 
          titleText: qsTr("X")
          min: 1.79769313486232e+306
          max: 1.79769313486232e+307
      }
      

      or

      ValueAxis{
          id: xAxis
          titleText: qsTr("X")
          min: -1.79769313486232e+307
          max: -1.79769313486232e+306
      }
      

      Qt 5.15.6

      Qt 5.15.15

      Attachments

        1. bugchartviewaxis-main.zip
          55 kB
        2. image1.png
          image1.png
          38 kB
        3. image2.png
          image2.png
          38 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0348803 Miikka Heikkinen
            susumuendo Susumu Endo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes