|
@@ -128,6 +128,7 @@ type BarChartInfoDateReq struct {
|
|
Date string `description:"固定日期"`
|
|
Date string `description:"固定日期"`
|
|
Value int `description:"N天的值"`
|
|
Value int `description:"N天的值"`
|
|
Color string `description:"颜色"`
|
|
Color string `description:"颜色"`
|
|
|
|
+ Name string `description:"别名"`
|
|
}
|
|
}
|
|
|
|
|
|
// BarChartInfoSortReq 柱方图预览请求数据(排序相关)
|
|
// BarChartInfoSortReq 柱方图预览请求数据(排序相关)
|