|
@@ -279,6 +279,8 @@ type MarkersLine struct {
|
|
TextColor string `json:"textColor" description:"文本颜色"`
|
|
TextColor string `json:"textColor" description:"文本颜色"`
|
|
TextFontSize int `json:"textFontSize" description:"文本的字号大小"`
|
|
TextFontSize int `json:"textFontSize" description:"文本的字号大小"`
|
|
IsShow bool `json:"isShow" description:"是否显示连线及文本"`
|
|
IsShow bool `json:"isShow" description:"是否显示连线及文本"`
|
|
|
|
+ EdbType int `json:"edbType" description:"指标类型 0图中第一个指标 1其他指标 前端回显用"`
|
|
|
|
+ EdbInfoId int `json:"edbInfoId" description:"指标id"`
|
|
Calculation int `json:"calculation" description:"计算方式 1区间均值 2区间均值加N倍标准差 3区间个数分位 4区间数值分位"`
|
|
Calculation int `json:"calculation" description:"计算方式 1区间均值 2区间均值加N倍标准差 3区间个数分位 4区间数值分位"`
|
|
CalculationValue int `json:"calculationValue" description:"计算方式对应的值 2就是几倍标准差 3就是分位值 4就是数值值·"`
|
|
CalculationValue int `json:"calculationValue" description:"计算方式对应的值 2就是几倍标准差 3就是分位值 4就是数值值·"`
|
|
TimeIntervalType int `json:"timeInterval" description:"时间区间 0跟随图表 1自定义"`
|
|
TimeIntervalType int `json:"timeInterval" description:"时间区间 0跟随图表 1自定义"`
|
|
@@ -287,7 +289,7 @@ type MarkersLine struct {
|
|
}
|
|
}
|
|
|
|
|
|
type MarkersLineTime struct {
|
|
type MarkersLineTime struct {
|
|
- TimeType int `json:"timeType" description:"时间类型 1固定 2动态"`
|
|
|
|
|
|
+ TimeType int `json:"timeType" description:"时间类型 1固定 2动态 3至今(仅结束时间)"`
|
|
Date string `json:"date" description:"日期"`
|
|
Date string `json:"date" description:"日期"`
|
|
Conf EdbDateChangeConf `json:"conf" description:"动态时间配置"`
|
|
Conf EdbDateChangeConf `json:"conf" description:"动态时间配置"`
|
|
}
|
|
}
|
|
@@ -1571,7 +1573,7 @@ type SeasonRightAxisResp struct {
|
|
type MaxMinLimitsResp struct {
|
|
type MaxMinLimitsResp struct {
|
|
List []*MaxMinLimitsData `description:"自定义上下限列表"`
|
|
List []*MaxMinLimitsData `description:"自定义上下限列表"`
|
|
Color string `description:"颜色"`
|
|
Color string `description:"颜色"`
|
|
- Year int `description:"上下限取值范围"`
|
|
|
|
|
|
+ Year int `description:"上下限取值范围"`
|
|
Legend string `description:"图例名称"`
|
|
Legend string `description:"图例名称"`
|
|
IsShow bool `description:"是否显示"`
|
|
IsShow bool `description:"是否显示"`
|
|
IsAdd bool `description:"是否添加"`
|
|
IsAdd bool `description:"是否添加"`
|