Commit 0d3bba5cfb16e97983f1b1c909c7e6ef6f6df623
1 parent
753689e5c1
Exists in
master
and in
1 other branch
add statistics(map) common index
Showing 1 changed file with 9 additions and 0 deletions
platform-reportData/src/main/java/com/lymsh/platform/reportdata/model/echarts/AxisPointer.java
View file @
0d3bba5
| ... | ... | @@ -10,6 +10,15 @@ |
| 10 | 10 | private String type; |
| 11 | 11 | private List<Object> boundaryGap; |
| 12 | 12 | private List<Object> data; |
| 13 | + private Integer interval = 0; | |
| 14 | + | |
| 15 | + public Integer getInterval() { | |
| 16 | + return interval; | |
| 17 | + } | |
| 18 | + | |
| 19 | + public void setInterval(Integer interval) { | |
| 20 | + this.interval = interval; | |
| 21 | + } | |
| 13 | 22 | |
| 14 | 23 | public List<Object> getData() { |
| 15 | 24 | return data; |