interactive-image
An interactive image is an image with clickable links that can be used in a variety of different ways. It can be used to click on a specific point to reveal information about that point, it can be used to indicate a selection for instance a booking, and it can be used as a multi-selection too.
This is typically used when the information you need to convey is better presented visually than in text.
The interactive component serves as a container for the interactive-image-item component.
The images can be preloaded and cached by using the assets property in your index.jigx file. The images will be displayed even when you are offline. For more details please refer to the Index settings
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: source
Other option:
data - The source of your data
imageHeight - The height of the image
groups - This includes title and id, but you can also set a specific color for your group and maximumPoints, which defines the maximum possible number of selected points. The groups property is used to specify certain groups to distinguish between selected/unselected and otherwise specified areas
pointColor - The color of the point(s) marked on the image.
item - There is only one available option - to use interactive-image-item


