Merge branch 'v1.18' of github.com:dataease/dataease into v1.18
This commit is contained in:
commit
79ada4267f
@ -879,7 +879,7 @@ public class ChartViewService {
|
||||
fieldsToFilter.addAll(xAxisBase);
|
||||
}
|
||||
ChartDrillRequest head = drillRequestList.get(0);
|
||||
Map<String, String> dimValMap = head.getDimensionList().stream().collect(Collectors.toMap(ChartDimensionDTO::getId, ChartDimensionDTO::getValue));
|
||||
Map<String, String> dimValMap = head.getDimensionList().stream().collect(Collectors.toMap(ChartDimensionDTO::getId, ChartDimensionDTO::getValue, ((p, n) -> p)));
|
||||
Map<String, ChartViewFieldDTO> fieldMap = Stream.of(xAxisBase, xAxisExt, extStack).
|
||||
flatMap(Collection::stream).
|
||||
collect(Collectors.toMap(ChartViewFieldDTO::getId, o -> o, ((p, n) -> p)));
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 14 KiB |
@ -119,7 +119,7 @@
|
||||
<div class="contact_title_qr">{{ $t('wizard.technical_group') }}</div>
|
||||
<img
|
||||
class="contact_wechat_group_img"
|
||||
src="@/assets/wizard_wechat-group.png"
|
||||
src="../../assets/wizard_wechat-group.png"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user