summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources')
-rw-r--r--tradeshow/iot-sensortag/resources/base/GyroChart.qml3
-rw-r--r--tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml3
2 files changed, 6 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/GyroChart.qml b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
index 3faf879..30aba64 100644
--- a/tradeshow/iot-sensortag/resources/base/GyroChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
@@ -140,6 +140,7 @@ BaseChart {
axisY: valueAxisY
color: xColor
name: "Gyro X"
+ useOpenGL: true
}
SplineSeries {
id: gyroSeriesY
@@ -147,6 +148,7 @@ BaseChart {
axisY: valueAxisY
color: yColor
name: "Gyro Y"
+ useOpenGL: true
}
SplineSeries {
id: gyroSeriesZ
@@ -154,6 +156,7 @@ BaseChart {
axisY: valueAxisY
color: zColor
name: "Gyro Z"
+ useOpenGL: true
}
}
diff --git a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
index 05919b9..6c4ba79 100644
--- a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
@@ -141,6 +141,7 @@ BaseChart {
axisY: valueAxisY
color: xColor
name: "Magnet X"
+ useOpenGL: true
}
SplineSeries {
id: magnSeriesY
@@ -148,6 +149,7 @@ BaseChart {
axisY: valueAxisY
color: yColor
name: "Magnet Y"
+ useOpenGL: true
}
SplineSeries {
id: magnSeriesZ
@@ -155,6 +157,7 @@ BaseChart {
axisY: valueAxisY
color: zColor
name: "Magnet Z"
+ useOpenGL: true
}
}