...
|
...
|
@@ -42,12 +42,6 @@ type Quarter struct { |
|
|
SeriesList []QuarterSeries `json:"seriesList"` // 图形系列
|
|
|
}
|
|
|
|
|
|
type Divider struct {
|
|
|
SelectedIdx string `json:"selectedIdx,optional,omitempty"` // 选择的分割线样式
|
|
|
TextSwitch bool `json:"textSwitch,optional,omitempty"` // 是否展示组件文本
|
|
|
Text string `json:"text"` // 组件文本内容
|
|
|
}
|
|
|
|
|
|
type QuarterSeries struct {
|
|
|
SeriesValue string `json:"seriesValue"`
|
|
|
}
|
...
|
...
|
|