dropdown property
Whether to collapse the range selector buttons into a dropdown when there is not enough room to show everything in a single row, instead of dividing the range selector into multiple rows. Can be one of the following:
always
: Always collapseresponsive
: Only collapse when there is not enough roomnever
: Never collapse
API Docs: https://api.highcharts.com/highcharts/rangeSelector.dropdown
Implementation
String? dropdown;