mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-07 17:32:50 +02:00
Allow environment graphs to span a full day.
This commit is contained in:
@@ -2123,7 +2123,7 @@
|
||||
options: {
|
||||
responsive: true,
|
||||
borderWidth: 2,
|
||||
spanGaps: 1000 * 60 * 60 * 3, // only show lines between metrics with a 3 hour or less gap
|
||||
spanGaps: 1000 * 60 * 60 * 24, // only show lines between metrics with a 24 hour or less gap
|
||||
elements: {
|
||||
point: {
|
||||
radius: 2,
|
||||
|
||||
Reference in New Issue
Block a user