add default size so that we don't have to specify it in tests
This commit is contained in:
@@ -3,9 +3,9 @@ package org.lucares.pdbui.domain;
|
|||||||
public class PlotRequest {
|
public class PlotRequest {
|
||||||
private String query;
|
private String query;
|
||||||
|
|
||||||
private int height;
|
private int height = 1000;
|
||||||
|
|
||||||
private int width;
|
private int width = 1000;
|
||||||
|
|
||||||
private String groupBy;
|
private String groupBy;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user