|
@@ -2435,3 +2435,9 @@ type RadarYData struct {
|
|
|
Name string `description:"别名"`
|
|
|
Value []float64 `description:"每个指标的值"`
|
|
|
}
|
|
|
+
|
|
|
+// PreviewSeasonChartReq 预览季节性图的请求入参
|
|
|
+type PreviewSeasonChartReq struct {
|
|
|
+ ChartEdbInfoList []*ChartSaveItem `description:"指标及配置信息"`
|
|
|
+ SeasonExtraConfig string `description:"季节图额外配置信息,json字符串"`
|
|
|
+}
|