Таблиця
Table is ideal when you need to display precise values or provide users with the ability to analyze data in more depth.
This chart is suitable for:
- Presenting precise data in table format – Allows for a clear view of numerical values for each category or metric.
- Convenient comparison of individual values – Useful when you need to quickly compare values across different categories or periods.
- Viewing large volumes of data – Enables displaying a lot of information in one place without the space constraints of charts or graphs.
Typical Use Cases:
- Displaying financial data (balance sheet, income, expenses)
- Statistical indicators (e.g., survey or test results)
- Comparing numerical metrics across categories
- Distribution of results by region or country
yml Configuration example
yml
type: table
title: Table
data:
table: demo.cleaned_sales_data
query: 1=1
columns:
- order_number
- quantity_ordered
- price_each
- order_date