-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.3
-
None
-
cc2154707 (dev), 2bf748269 (6.10), 329f2d05e (6.9), 320dd5aec (tqtc/lts-6.8)
import QtQuick import QtGraphs Window { width: 600 height: 400 visible: true GraphsView { anchors.fill: parent LineSeries { width: 10 color: "black" XYPoint { x: 0; y: 0 } XYPoint { x: 10; y: 10 } } LineSeries { width: 10 color: "red" opacity: 0.5 // Doesn't work XYPoint { x: 0; y: 3 } XYPoint { x: 10; y: 3 } } LineSeries { width: 10 color: "#77FF0000" // Works XYPoint { x: 0; y: 7 } XYPoint { x: 10; y: 7 } } axisX: ValueAxis { min: 0; max: 10 } axisY: ValueAxis { min: 0; max: 10 } theme: GraphsTheme { colorScheme: GraphsTheme.ColorScheme.Light gridVisible: false } } }
For Gerrit Dashboard: QTBUG-137718 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
653690,6 | Make opacity work in LineSeries and SplineSeries | dev | qt/qtgraphs | Status: MERGED | +2 | 0 |
659415,2 | Make opacity work in LineSeries and SplineSeries | 6.10 | qt/qtgraphs | Status: MERGED | +2 | 0 |
659565,2 | Make opacity work in LineSeries and SplineSeries | 6.9 | qt/qtgraphs | Status: MERGED | +2 | 0 |
659875,2 | Make opacity work in LineSeries and SplineSeries | tqtc/lts-6.8 | qt/tqtc-qtgraphs | Status: MERGED | +2 | 0 |