stephenLYZ commented on a change in pull request #18603:
URL: https://github.com/apache/superset/pull/18603#discussion_r801293302



##########
File path: 
superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts
##########
@@ -147,8 +148,14 @@ export function transformSeries(
   } else {
     plotType = seriesType === 'bar' ? 'bar' : 'line';
   }
+  const rawSeriesBHasMetric = !!(rawSeriesB || []).find(
+    (serie: SeriesOption) => serie.name === forecastSeries.name,

Review comment:
       here may need to use the series name after extracting forecast context.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to