Merge branch 'dev' of http://gitlab.fjmaimaimai.com/allied-creation/sumifcc-bchart into dev-data
正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
@@ -52,6 +52,12 @@ type QuarterSeries struct { | @@ -52,6 +52,12 @@ type QuarterSeries struct { | ||
52 | SeriesValue string `json:"seriesValue"` | 52 | SeriesValue string `json:"seriesValue"` |
53 | } | 53 | } |
54 | 54 | ||
55 | +type Divider struct { | ||
56 | + SelectedIdx string `json:"selectedIdx,optional,omitempty"` // 选择的分割线样式 | ||
57 | + TextSwitch bool `json:"textSwitch,optional,omitempty"` // 是否展示组件文本 | ||
58 | + Text string `json:"text"` // 组件文本内容 | ||
59 | +} | ||
60 | + | ||
55 | type Title struct { | 61 | type Title struct { |
56 | TitleSwitch bool `json:"titleSwitch,optional"` // 组件标题开关 | 62 | TitleSwitch bool `json:"titleSwitch,optional"` // 组件标题开关 |
57 | IntroduceSwitch bool `json:"introduceSwitch,optional"` // 组件说明开关 | 63 | IntroduceSwitch bool `json:"introduceSwitch,optional"` // 组件说明开关 |
-
请 注册 或 登录 后发表评论