|
@@ -1433,7 +1433,7 @@ func (this *ChartInfoController) PreviewChartInfoDetail() {
|
|
|
return
|
|
|
}
|
|
|
for i := range markerLines {
|
|
|
- if markerLines[i].EdbType == 0 && markerLines[i].TimeIntervalType == 0 {
|
|
|
+ if markerLines[i].EdbType == 0 && markerLines[i].TimeIntervalType == 0 && markerLines[i].Axis != 3 {
|
|
|
// 图上第一个指标且时间区间跟随图表
|
|
|
if edbList[0].IsAxis == 1 {
|
|
|
value, err := data.MarkerLineCalculate(markerLines[i], edbList[0].DataList, chartInfo)
|