Skip to content

Commit c0f5e80

Browse files
committed
Graph Tweaks
1 parent 9da0356 commit c0f5e80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@
8080
itemclick: toggleDataSeries
8181
},
8282
data: [{
83-
type: "spline",
83+
type: "line",
8484
name: "Temperature [°C]",
8585
xValueType: "dateTime",
8686
markerSize: 0,
8787
//toolTipContent: "Temperature: {y} °C",
8888
showInLegend: true,
8989
dataPoints: <?php echo json_encode($dataPoints1, JSON_NUMERIC_CHECK); ?>
9090
},{
91-
type: "spline",
91+
type: "line",
9292
axisYType: "secondary",
9393
name: "Humidity [%]",
9494
xValueType: "dateTime",
@@ -97,7 +97,7 @@
9797
showInLegend: true,
9898
dataPoints: <?php echo json_encode($dataPoints2, JSON_NUMERIC_CHECK); ?>
9999
},{
100-
type: "spline",
100+
type: "line",
101101
name: "Feels Like [°C]",
102102
xValueType: "dateTime",
103103
markerSize: 0,
@@ -149,7 +149,7 @@
149149
itemclick: toggleDataSeries
150150
},
151151
data: [{
152-
type: "spline",
152+
type: "line",
153153
name: "Signal Strength [dBm]",
154154
xValueType: "dateTime",
155155
markerSize: 0,

0 commit comments

Comments
 (0)