Merge pull request #11946 from dataease/pr@dev-v2@chart-treemap-tooltip-fix
fix(图表-矩形树图): 修复提示开启其他字段导致图表无法显示的问题
This commit is contained in:
commit
6ed8706987
@ -0,0 +1,11 @@
|
||||
package io.dataease.chart.charts.impl.others;
|
||||
|
||||
import io.dataease.chart.charts.impl.ExtQuotaChartHandler;
|
||||
import lombok.Getter;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
public class TreemapHandler extends ExtQuotaChartHandler {
|
||||
@Getter
|
||||
private String type = "treemap";
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user