作者 庄敏学

merge

@@ -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 }