allAreas property
Whether all areas of the map defined in mapData
should be rendered.
If true
, areas which don't correspond to a data point, are rendered
as null
points. If false
, those areas are skipped.
API Docs: https://api.highcharts.com/highmaps/plotOptions.series.allAreas
Implementation
bool? allAreas;