summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-charts/View5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/enterprise-charts/View5.qml')
-rw-r--r--basicsuite/enterprise-charts/View5.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/basicsuite/enterprise-charts/View5.qml b/basicsuite/enterprise-charts/View5.qml
index 17e9b2f..9b8ba09 100644
--- a/basicsuite/enterprise-charts/View5.qml
+++ b/basicsuite/enterprise-charts/View5.qml
@@ -50,6 +50,7 @@
import QtQuick 2.0
import QtCharts 2.0
+import "settings.js" as Settings
Item {
anchors.fill: parent
@@ -60,7 +61,7 @@ Item {
ScatterSeries {
id: scatter1
name: "Scatter1"
- color: defaultGreen
+ color: Settings.primaryGreen
XYPoint { x: 1.5; y: 1.5 }
XYPoint { x: 1.5; y: 1.6 }
XYPoint { x: 1.57; y: 1.55 }
@@ -72,7 +73,7 @@ Item {
ScatterSeries {
name: "Scatter2"
- color: defaultGrey
+ color: Settings.primaryGrey
//![1]
XYPoint { x: 2.0; y: 2.0 }
XYPoint { x: 2.0; y: 2.1 }