summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmlmultigraph/qml/qmlmultigraph')
-rw-r--r--examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml b/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml
index aef76823..46ff2067 100644
--- a/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml
+++ b/examples/datavisualization/qmlmultigraph/qml/qmlmultigraph/main.qml
@@ -46,7 +46,6 @@ Rectangle {
Layout.fillWidth: true
border.color: surfaceGraph.theme.gridLineColor
border.width: 2
- color: "#00000000" // Transparent
Surface3D {
id: surfaceGraph
@@ -123,7 +122,6 @@ Rectangle {
Layout.fillWidth: true
border.color: scatterGraph.theme.gridLineColor
border.width: 2
- color: "#00000000" // Transparent
Scatter3D {
id: scatterGraph
@@ -153,7 +151,6 @@ Rectangle {
Layout.fillWidth: true
border.color: barGraph.theme.gridLineColor
border.width: 2
- color: "#00000000" // Transparent
Bars3D {
id: barGraph