summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml11
1 files changed, 3 insertions, 8 deletions
diff --git a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
index 29458f6..cf4a409 100644
--- a/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
+++ b/tradeshow/iot-sensortag/resources/base/MagnetometerChart.qml
@@ -77,14 +77,6 @@ BaseChart {
}
}
- Glow {
- anchors.fill: chartView
- radius: 18
- samples: 30
- color: zColor
- source: chartView
- }
-
ChartView {
id: chartView
@@ -122,6 +114,7 @@ BaseChart {
color: xColor
name: "Magnet X"
useOpenGL: true
+ width: 2
}
LineSeries {
id: magnSeriesY
@@ -130,6 +123,7 @@ BaseChart {
color: yColor
name: "Magnet Y"
useOpenGL: true
+ width: 2
}
LineSeries {
id: magnSeriesZ
@@ -138,6 +132,7 @@ BaseChart {
color: zColor
name: "Magnet Z"
useOpenGL: true
+ width: 2
}
}