|
@@ -1466,6 +1466,7 @@ type SeasonRightAxis struct {
|
|
|
LineColor string `description:"线条颜色"`
|
|
|
LineWidth int `description:"线条宽度"`
|
|
|
LineStyle string `description:"线条样式"`
|
|
|
+ IsShow bool `description:"是否显示"`
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1473,6 +1474,7 @@ type MaxMinLimits struct {
|
|
|
Color string `description:"颜色"`
|
|
|
Year int `description:"上下限取值范围"`
|
|
|
Legend string `description:"图例名称"`
|
|
|
+ IsShow bool `description:"是否显示"`
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1483,6 +1485,7 @@ type SamePeriodAverage struct {
|
|
|
LineType string `description:"线型"`
|
|
|
LineWidth int `description:"线宽"`
|
|
|
Value float64 `description:"均线值"`
|
|
|
+ IsShow bool `description:"是否显示"`
|
|
|
}
|
|
|
|
|
|
|
|
@@ -1493,6 +1496,7 @@ type SamePeriodStandardDeviation struct {
|
|
|
Multiple int `description:"标准差倍数"`
|
|
|
MaxValue float64 `description:"上限"`
|
|
|
MinValue float64 `description:"上限"`
|
|
|
+ IsShow bool `description:"是否显示"`
|
|
|
}
|
|
|
|
|
|
type SeasonChartResp struct {
|
|
@@ -2439,5 +2443,5 @@ type RadarYData struct {
|
|
|
|
|
|
type PreviewSeasonChartReq struct {
|
|
|
ChartEdbInfoList []*ChartSaveItem `description:"指标及配置信息"`
|
|
|
- SeasonExtraConfig SeasonExtraItem `description:"季节图额外配置信息,json字符串"`
|
|
|
+ SeasonExtraConfig SeasonExtraItem `description:"季节图额外配置信息,json字符串"`
|
|
|
}
|