The Bar Chart Widget in OpenLIT is great for comparing categorical or grouped data—like errors by type, usage by region, or revenue by plan. You can customize the chart direction, stack behavior, and bind dynamic filters directly into your ClickHouse queries.Documentation Index
Fetch the complete documentation index at: https://docs.openlit.io/llms.txt
Use this file to discover all available pages before exploring further.
When to use
- Comparing usage across different platforms or regions
- Visualizing grouped data like plan types, error categories, or product segments
- Monitoring metrics over categories with filter support
How to add a bar chart
Example:
Configuration Options
- Color palette
- X/Y label & value paths
Best practices
- Sort bars by descending value for clearer insights
- Limit category count (e.g., top 10) to avoid clutter

