React Chart - adaptiveLayout
Specifies adaptive layout options.
When adapting to small container size, the widget may hide its accessory elements, thus saving space for more valuable ones. The elements are being hidden in the following sequence.
- Title
- Export menu icon
- Legend
- Axis titles
- Axis labels
- Point labels (can be saved by setting the adaptiveLayout.keepLabels option to true)
To specify the widget's size small enough for the layout to begin adapting, use the height and width options of the adaptiveLayout object.
height
Specifies the widget's height small enough for the layout to begin adapting.
keepLabels
Specifies whether or not point labels should be kept when the layout is adapting.
width
Specifies the widget's width small enough for the layout to begin adapting.
If you have technical questions, please create a support ticket in the DevExpress Support Center.