rusackas commented on code in PR #23917:
URL: https://github.com/apache/superset/pull/23917#discussion_r1185419205
##########
superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/controlPanel.tsx:
##########
@@ -400,6 +400,23 @@ const config: ControlPanelConfig = {
},
},
],
+ [
+ {
+ name: 'y_axis_bounds_secondary',
+ config: {
+ type: 'BoundsControl',
+ label: t('Secondary y-axis Bounds'),
+ renderTrigger: true,
+ default: yAxisBounds,
+ description: t(
+ `Bounds for the secondary Y-axis. Only works when Independent
Y-axes
+ bounds is enabled. When left empty, the bounds are dynamically
defined
Review Comment:
```suggestion
`Bounds for the secondary Y-axis. Only works when
Independent Y-axis
bounds are enabled. When left empty, the bounds are
dynamically defined
```
--
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]