Merge remote-tracking branch 'origin/master' into dashboard

This commit is contained in:
2023-03-01 18:59:27 +01:00
8 changed files with 108 additions and 24 deletions

View File

@@ -96,6 +96,8 @@ public class Plotter {
if (dataSerie.getValues() > 0) {
dataSeries.add(dataSerie);
}
} catch (final AbortException e) {
throw e;
} catch (final Exception e) {
throw new IllegalStateException(e);
}