forked from github/dataease
feat: S2 Event
This commit is contained in:
parent
fc1720c518
commit
de00628517
@ -842,6 +842,7 @@ public class ChartViewService {
|
||||
} catch (Exception e) {
|
||||
axisChartDataDTO.setValue(new BigDecimal(0));
|
||||
}
|
||||
axisChartDataDTO.setCategory(yAxis.get(j).getName());
|
||||
}
|
||||
datas.add(axisChartDataDTO);
|
||||
}
|
||||
@ -872,6 +873,7 @@ public class ChartViewService {
|
||||
} catch (Exception e) {
|
||||
axisChartDataDTO.setValue(new BigDecimal(0));
|
||||
}
|
||||
axisChartDataDTO.setCategory(yAxis.get(j).getName());
|
||||
datas.add(axisChartDataDTO);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user