JavaScript/jQuery Chart - CommonAxisSettingsTitle
import { CommonAxisSettingsTitle } from "devextreme/viz/chart"
textOverflow
Specifies what to do with the axis title when it overflows the allocated space after applying wordWrap: hide, truncate them and display an ellipsis, or do nothing.
Type:
Default Value: 'ellipsis'
Feedback