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

   <!-- Greeting -->
   Hey there, @ElodieVianeo! I'm here to assist you with any bugs, questions, 
or contributions you have for Superset. Let's tackle this together!
   
   <!-- Answer -->
   The issue you're experiencing with the bar chart's Y axis bounds showing as 
"X axis bounds" in the customize tab seems to be a labeling error in the 
configuration. This could be due to a misconfiguration in the control panel 
settings for the bar chart visualization.
   
   In the Superset codebase, the axis bounds labels and their corresponding 
input fields are defined in files like `controlPanel.tsx` for different chart 
types. It's possible that the label for the Y axis bounds was incorrectly set 
to "X axis bounds" in the configuration.
   
   To address this, you would need to check the control panel configuration for 
the bar chart in the Superset codebase, specifically in the file 
`superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx`
 or similar files where axis bounds are defined. Look for the section where the 
Y axis bounds are configured and ensure that the label is correctly set to "Y 
axis bounds" instead of "X axis bounds" 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/controlPanel.tsx)</sup>.
   
   If you have access to the codebase, you can correct the label directly. 
Otherwise, you might need to report this issue to the maintainers if it hasn't 
been addressed yet.
   
   
   <!-- 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