rumbin opened a new issue #18235: URL: https://github.com/apache/superset/issues/18235
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis. However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls. #### How to reproduce the bug 1. Create a _mixed time-series_ chart 2. Configure axis titles for both y-axes 3. Check the Data Zoom checkbox ### Expected results Both axes carry the titles as configured ### Actual results Only the left/primary y-axis has a title shown at the center of the axis. The title of the right/secondary axis is misplaced at the end of the axis and thus overprinted/disquised by bar values and/or zoom controls. #### Screenshots  ### Environment - browser type and version: Chrome 96.0.4664.93 - superset version: 1.4.0 - all other versions: as defined in Superset's Docker image - Feature flags: ``` # stable: "THUMBNAILS": True, "SQLLAB_BACKEND_PERSISTENCE": True, "ENABLE_TEMPLATE_PROCESSING": True, "DASHBOARD_CROSS_FILTERS": True, # experimental: "ALERT_REPORTS": True, "ALERTS_ATTACH_REPORTS": True, "DASHBOARD_NATIVE_FILTERS": True, # unclassified: "ENABLE_EXPLORE_DRAG_AND_DROP": True, "ENABLE_DND_WITH_CLICK_UX": True, # development: "DASHBOARD_NATIVE_FILTERS_SET": True ``` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- 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]
