fix:添加桑基图组件配置类
parent
8dcde1740d
commit
b044f86717
@ -0,0 +1,22 @@
|
||||
package com.gccloud.dataroom.core.module.chart.components;
|
||||
|
||||
import com.gccloud.dataroom.core.module.chart.bean.Chart;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* 文本
|
||||
* @author hongyang
|
||||
* @version 1.0
|
||||
* @date 2023/3/13 16:44
|
||||
*/
|
||||
@Data
|
||||
public class ScreenSankeyChart extends Chart {
|
||||
|
||||
@ApiModelProperty(notes = "个性化")
|
||||
private Map<String, Object> customize;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue