|
@@ -34,6 +34,11 @@ type ChartInfo struct {
|
|
BarConfig string `description:"柱方图的配置,json数据" json:"-"`
|
|
BarConfig string `description:"柱方图的配置,json数据" json:"-"`
|
|
LeftMin string `description:"图表左侧最小值"`
|
|
LeftMin string `description:"图表左侧最小值"`
|
|
LeftMax string `description:"图表左侧最大值"`
|
|
LeftMax string `description:"图表左侧最大值"`
|
|
|
|
+ RightMin string `description:"图表右侧最小值"`
|
|
|
|
+ RightMax string `description:"图表右侧最大值"`
|
|
|
|
+ Right2Min string `description:"图表右侧2最小值"`
|
|
|
|
+ Right2Max string `description:"图表右侧2最大值"`
|
|
|
|
+ MinMaxSave int `description:"是否手动保存过上下限:0-否;1-是"`
|
|
Source int `description:"1:ETA图库;2:商品价格曲线"`
|
|
Source int `description:"1:ETA图库;2:商品价格曲线"`
|
|
Unit string `description:"中文单位名称"`
|
|
Unit string `description:"中文单位名称"`
|
|
UnitEn string `description:"英文单位名称"`
|
|
UnitEn string `description:"英文单位名称"`
|