You will need to add an axis and a trend under props.plots[0]
- Add a new axis -
props.plots[0].axes[0], give it a name and bind the min/max values as needed - Add a new trend -
props.plots[0].trends[0]and select the name of the axis you created and the series it applies to