Ok, I understand we can produce any axis we want as any other mark as above. But then to update the chart "histTime" what's the method? I don't want to re-render the whole chart. Should I manipulate the DOM directly (in .update)? E.g removing all previous y-axis g nodes and replacing them with the new updated ones?