Chart Components in Python
Components are lightweight Python specifications passed to a chart container. They describe data geometry, coordinate systems, annotations, and browser chrome; they do not render independently.
The child order controls mark layering. Chrome components of the same kind use the last declaration as their effective configuration.
These pages explain how to use the components. Exact signatures and defaults live in Marks and components reference.