dosubot[bot] commented on issue #30554:
URL: https://github.com/apache/superset/issues/30554#issuecomment-2400953072

   <!-- Greeting -->
   Hey @vedantprajapati17! I'm here to help you with any bugs, questions, or 
contributions. Let's get this sorted out together!
   
   <!-- Answer -->
   The issue you're experiencing with confidence intervals in mixed charts 
after Superset 3.0 might be related to how negative values are handled. 
Superset's ECharts integration has a known limitation where confidence bands 
are not rendered in stack or area charts, which might affect how negative 
intervals are displayed 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformers.ts)</sup>.
   
   Additionally, if the intervals are not displaying correctly, it could be due 
to a bug in ECharts or the way Superset processes the data. You might want to 
check if the data is being transformed correctly before rendering.
   
   If modifying the order of inputs affects the behavior, it could be a 
workaround for the current bug. Ensuring that the data is structured correctly 
with `name_yhat`, `name_yhat_upper`, and `name_yhat_lower` is crucial.
   
   For a more specific solution, reviewing the data transformation logic in the 
`transformProps` function might help identify any issues with how confidence 
intervals are processed.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   


-- 
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