Item options are the chart settings that control how a visualization behaves and looks after the data has been selected. They include values such as display settings, labels, colors, modes, positions, and other chart-specific configuration.
Use item option components when you want users to fine-tune a chart after they have chosen the right data fields and assigned them to item data slots . In that flow, slots define what data a chart uses, filters define which records are included, and item options define how the chart is configured and presented .
There are two ways to work with item options. Use luzmo-item-option when you want to expose one specific option in a custom UI. Use luzmo-item-option-panel when you want a ready-made editor that renders all available options for a chart type in grouped sections.
luzmo-item-option -- Renders a single option control, such as a title toggle, color picker, or chart mode selector. Use it when you want full control over layout and only need a small subset of options.
luzmo-item-option-panel -- Renders the full grouped options editor for a chart type or a custom configuration. This is the recommended starting point when you want to expose all chart options in one place.
Visit their individual pages for more information, full API reference, and interactive examples.
<luzmo-item-option-panel><luzmo-viz-item>