正在显示
1 个修改的文件
包含
0 行增加
和
6 行删除
@@ -42,12 +42,6 @@ type Quarter struct { | @@ -42,12 +42,6 @@ type Quarter struct { | ||
42 | SeriesList []QuarterSeries `json:"seriesList"` // 图形系列 | 42 | SeriesList []QuarterSeries `json:"seriesList"` // 图形系列 |
43 | } | 43 | } |
44 | 44 | ||
45 | -type Divider struct { | ||
46 | - SelectedIdx string `json:"selectedIdx,optional,omitempty"` // 选择的分割线样式 | ||
47 | - TextSwitch bool `json:"textSwitch,optional,omitempty"` // 是否展示组件文本 | ||
48 | - Text string `json:"text"` // 组件文本内容 | ||
49 | -} | ||
50 | - | ||
51 | type QuarterSeries struct { | 45 | type QuarterSeries struct { |
52 | SeriesValue string `json:"seriesValue"` | 46 | SeriesValue string `json:"seriesValue"` |
53 | } | 47 | } |
-
请 注册 或 登录 后发表评论