summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/GyroChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/GyroChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/GyroChart.qml11
1 files changed, 3 insertions, 8 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/GyroChart.qml b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
index f7d2b71..78ee163 100644
--- a/tradeshow/iot-sensortag/resources/base/GyroChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/GyroChart.qml
@@ -83,14 +83,6 @@ BaseChart {
}
}
- Glow {
- anchors.fill: chartView
- radius: 18
- samples: 30
- color: "#e91632"
- source: chartView
- }
-
ChartView {
id: chartView
@@ -128,6 +120,7 @@ BaseChart {
color: xColor
name: "Gyro X"
useOpenGL: true
+ width: 2
}
SplineSeries {
id: gyroSeriesY
@@ -136,6 +129,7 @@ BaseChart {
color: yColor
name: "Gyro Y"
useOpenGL: true
+ width: 2
}
SplineSeries {
id: gyroSeriesZ
@@ -144,6 +138,7 @@ BaseChart {
color: zColor
name: "Gyro Z"
useOpenGL: true
+ width: 2
}
}