boxesToAvoid property

List<Map<String, dynamic>>? boxesToAvoid
getter/setter pair

An array of boxes to avoid when laying out the labels. Each item has a left, right, top and bottom property.

API Docs: https://api.highcharts.com/highcharts/series.zigzag.label.boxesToAvoid

Implementation

List<Map<String, dynamic>>? boxesToAvoid;