mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fixes a long-standing bug where the plugin pill visualization didn't update immediately when new data was loaded
This commit is contained in:
@@ -1127,6 +1127,7 @@ client.load = function load(serverSettings, callback) {
|
||||
chart.update(true);
|
||||
} else if (!inRetroMode()) {
|
||||
chart.update(false);
|
||||
client.plugins.updateVisualisations(client.nowSBX);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user