Users should not need to reference this type directly.
Instead, the convenience selector coordsAxis should be used.
Polar coordinates are specified as a combination of amplitude and angle.
Their location on the web page depends on the location of the PolarChart as well as the interval of its Axes.
// Example of a PolarCoordinate constpolarCoordinate = { angle:45, amplitude:10 }
Interface for a description of Polar coordinate system.
Mainly related to translateCoordinate.
Users should not need to reference this type directly. Instead, the convenience selector coordsAxis should be used.
Polar coordinates are specified as a combination of
amplitudeandangle. Their location on the web page depends on the location of the PolarChart as well as the interval of its Axes.