Merge remote-tracking branch 'origin/master' into dashboard
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user