|
|
@ -41,8 +41,8 @@ public class CustomComponentChart extends Chart {
|
|
|
|
@ApiModelProperty(notes = "右侧面板自定义配置")
|
|
|
|
@ApiModelProperty(notes = "右侧面板自定义配置")
|
|
|
|
private List<Map<String, Object>> setting;
|
|
|
|
private List<Map<String, Object>> setting;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(notes = "组件的唯一名称")
|
|
|
|
@ApiModelProperty(notes = "组件类别")
|
|
|
|
private String name;
|
|
|
|
private String category;
|
|
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
@Data
|
|
|
|
public static class Setting {
|
|
|
|
public static class Setting {
|
|
|
|