JavaScript/jQuery PolarChart - CommonAxisSettingsLabel
An object defining the label configuration properties that are common for all axes in the PolarChart UI component.
import { CommonAxisSettingsLabel } from "devextreme/viz/polar_chart"
indentFromAxis
Specifies the spacing between an axis and its labels in pixels.
Type:
Default Value: 5
overlappingBehavior
Decides how to arrange axis labels when there is not enough space to keep all of them.
Type:
Default Value: 'hide'
Feedback