I can dynamically add a Y-Axis using the addTo() method, but how can the Y-Axis be removed dynamically? I tried the remove() method but it is not working.
That makes sense, except that in this scenario I am not trying to remove a default axis, but an extra axis that I just added through the addTo() method. How to remove a non-default Y-axis?