|
|
@ -104,7 +104,7 @@ function DeflectionCollection() { |
|
|
|
}), |
|
|
|
borderColor: sensor.color, |
|
|
|
backgroundColor: sensor.color.replace('1)', '0.2)'), |
|
|
|
tension: 0.3, |
|
|
|
tension: 0, |
|
|
|
pointRadius: 3, |
|
|
|
pointHoverRadius: 5 |
|
|
|
})) |
|
|
@ -121,7 +121,7 @@ function DeflectionCollection() { |
|
|
|
}), |
|
|
|
borderColor: sensor.color, |
|
|
|
backgroundColor: sensor.color.replace('1)', '0.2)'), |
|
|
|
tension: 0.3, |
|
|
|
tension: 0, |
|
|
|
pointRadius: 3, |
|
|
|
pointHoverRadius: 5 |
|
|
|
})) |
|
|
|