Plot/java/com/illumon/iris/db/plot/datasets/multiseries/AbstractMultiSeries.java and similar files try to fetch widgets from a PQ script session, e.g.
// final Object widget = sessionId < 0 ? QueryScope.getDefaultInstance().readParamValue(figureName) : PersistentQuery.getScriptSession(sessionId).getVariable(figureName);
I have hacked this out for now, but we need to plumb a bette solution (via the QueryScope?).
Plot/java/com/illumon/iris/db/plot/datasets/multiseries/AbstractMultiSeries.javaand similar files try to fetch widgets from a PQ script session, e.g.I have hacked this out for now, but we need to plumb a bette solution (via the QueryScope?).