Understand Unovis Containers
mainMost Unovis components require a Container to render. There are two primary types:
- XY Container: Designed to manage multiple XY Components (such as
Line,GroupedBar, orScatter) along with optionalAxis,Tooltip, andCrosshaircomponents. - Single Container: Used for components that work with a single element, such as
Graph,Sankey, orTopoJSONMap. It also supportsTooltip.
Note: Some components like LeafletMap, LeafletFlowMap, and legends are stand-alone and do not require a container.