forked from github/dataease
refactor(图表): 图表插件数据获取
This commit is contained in:
parent
a07ef5fe3c
commit
622d57e3d4
@ -122,7 +122,7 @@ public class ChartDataManage {
|
|||||||
ChartViewDTO chartViewDTO = null;
|
ChartViewDTO chartViewDTO = null;
|
||||||
|
|
||||||
if (ObjectUtils.isNotEmpty(view.getIsPlugin()) && view.getIsPlugin()) {
|
if (ObjectUtils.isNotEmpty(view.getIsPlugin()) && view.getIsPlugin()) {
|
||||||
calcData1(view, chartExtRequest, allFields, viewFields);
|
return calcData1(view, chartExtRequest, allFields, viewFields);
|
||||||
}
|
}
|
||||||
if (StringUtils.containsIgnoreCase(view.getType(), "chart-mix")) {
|
if (StringUtils.containsIgnoreCase(view.getType(), "chart-mix")) {
|
||||||
// 需要排除掉除类别轴以外所有的排序
|
// 需要排除掉除类别轴以外所有的排序
|
||||||
|
Loading…
Reference in New Issue
Block a user