This interface abstracts the necessary API for implementing pan/zoom on
various types of scales.
Due to some limitations of d3, for example category scales can't invert
screen space coordinates, we nevertheless allow the scale types to support
pan/zoom if they implement this interface. See Category's
_d3TransformationScale for more info.
This interface abstracts the necessary API for implementing pan/zoom on various types of scales.
Due to some limitations of d3, for example category scales can't invert screen space coordinates, we nevertheless allow the scale types to support pan/zoom if they implement this interface. See
Category
's_d3TransformationScale
for more info.