|
|
@ -91,6 +91,7 @@ public enum ProjectCharEnum { |
|
|
|
charInfoDto.setXAxis(Stream.concat(this.leftElements.stream(), this.rightElements.stream()) |
|
|
|
.flatMap(type -> dataMap.getOrDefault(type, new HashMap<>()).keySet().stream() |
|
|
|
).filter(Objects::nonNull) |
|
|
|
.distinct() |
|
|
|
.sorted() |
|
|
|
.collect(Collectors.toList())); |
|
|
|
List<CharInfoDto.YAxis> yAxis = new ArrayList<>(); |
|
|
|