@@ -26,6 +26,7 @@ type ExcelChartEdb struct {
FromTag string `description:"标签"`
ModifyTime time.Time `description:"修改时间"`
CreateTime time.Time `description:"创建时间"`
+ ChartWidth float64 `description:"线条大小"`
}
type ExcelChartEdbView struct {
@@ -87,7 +87,7 @@ func GetBalanceExcelChartDetail(chartInfo *models.ChartInfo, mappingListTmp []*e
ChartStyle: "",
ChartColor: "",
PredictChartColor: "",
- ChartWidth: 0,
+ ChartWidth: v.ChartWidth,
ChartType: chartType,
LatestDate: endDateStr,
LatestValue: endVal,