|
@@ -32,6 +32,8 @@ type ChartInfo struct {
|
|
SeasonEndDate string `description:"季节性图开始日期"`
|
|
SeasonEndDate string `description:"季节性图开始日期"`
|
|
ChartImage string `description:"图表图片"`
|
|
ChartImage string `description:"图表图片"`
|
|
BarConfig string `description:"柱方图的配置,json数据" json:"-"`
|
|
BarConfig string `description:"柱方图的配置,json数据" json:"-"`
|
|
|
|
+ LeftMin string `description:"图表左侧最小值"`
|
|
|
|
+ LeftMax string `description:"图表左侧最大值"`
|
|
}
|
|
}
|
|
|
|
|
|
func GetChartInfoByUniqueCode(uniqueCode string) (item *ChartInfo, err error) {
|
|
func GetChartInfoByUniqueCode(uniqueCode string) (item *ChartInfo, err error) {
|