[source,java]
....
public class FlotState extends JavaScriptComponentState {
- public List<List<List<Double>>> series = new ArrayList<List<List<Double>>>();
+ public List<List<List<Double>>> series = new ArrayList<List<List<Double>>>();
}
....
values. `double[][][]` in Java would give the same JavaScript structure,
but it was not used here as it gives less flexibility in the Java code.
-[source,java]
+[source,javascript]
....
window.com_example_Flot = function() {
var element = $(this.getElement());