bounds property
Returns the bounding box of the chart layer.
Implementation
@override
BoundingBox get bounds => BoundingBox.merge(items.map((item) => item.bounds));
Returns the bounding box of the chart layer.
@override
BoundingBox get bounds => BoundingBox.merge(items.map((item) => item.bounds));