mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(图表): 修复富文本同环比过滤后不显示
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package io.dataease.chart.charts.impl.others;
|
||||
|
||||
import io.dataease.chart.charts.impl.YoyChartHandler;
|
||||
import lombok.Getter;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Component
|
||||
public class RichTextHandler extends YoyChartHandler {
|
||||
@Getter
|
||||
private String type = "rich-text";
|
||||
@Getter
|
||||
private String render = "custom";
|
||||
}
|
||||
Reference in New Issue
Block a user