showMinimap property

bool? showMinimap

When zoomed in on a chart with sections, a minimap is shown so ticket buyers have a better sense which seats they're looking at. You can hide this minimap by passing showMinimap: false. https://docs.seats.io/docs/renderer/config-showminimap

Implementation

bool? get showMinimap;