rusackas commented on code in PR #30716:
URL: https://github.com/apache/superset/pull/30716#discussion_r1876720066


##########
superset-frontend/plugins/plugin-chart-echarts/src/utils/forecast.ts:
##########
@@ -150,3 +150,34 @@ export function rebaseForecastDatum(
     return newRow;
   });
 }
+
+// For Confidence Bands, forecast series on mixed charts require the series 
sent in the following sortOrder:
+export function reorderForecastSeries(row: any[]): any[] {

Review Comment:
   Not sure how well-defined of a type we can have here, but it'd be nice to 
avoid "any"



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to