Onvo DocumentationAll Chart Types

All chart types available for dashboards

Onvo AI supports all the charts available on Chart.js. In addition, we also have quite a few custom charts that are not available on Chart.js. This includes metrics, tables, maps and more. Here we will go through all the charts available as well as example prompts on how to create each one.

Series charts


/docs-assets/charts/bar.png
Bar chart
Displays data using rectangular bars, where each bar's length corresponds to its value.
💡
Generate a bar chart comparing the sales performance of Product A, B, and C over the last five months.
/docs-assets/charts/stacked-bar.jpg
Stacked bar chart
Shows multiple data series stacked on top of each other, illustrating total and individual values.
💡
Produce a stacked bar chart representing the composition of monthly website traffic sources.
/docs-assets/charts/line.png
Line chart
Connects data points with lines, making it easy to visualize trends and patterns.
💡
Create a line chart to show temperature trends in New York City over the past year with monthly data points
/docs-assets/charts/area.png
Area chart
Displays the area below a line, emphasizing cumulative totals over time or categories.
💡
Generate an area chart to illustrate the growth of the company’s ‘Revenue’ over the past five years.

Radial charts


/docs-assets/charts/pie.png
Pie chart
Divides a circle into slices, each representing a proportion of the whole.
💡
Produce a pie chart illustrating the distribution of monthly household expenses for August.
/docs-assets/charts/radar.png
Radar chart
Displays multivariate data on axes emanating from a central point, useful for comparing variables.
💡
Generate a radar chart to compare the performance of different sales teams based on sales targets and actual sales.
/docs-assets/charts/donut.png
Doughnut chart
Displays multivariate data on axes emanating from a central point, useful for comparing variables.
💡
Generate a doughnut chart to illustrate the distribution of monthly household expenses for August.
/docs-assets/charts/polar-area.png
Polar area chart
Displays multivariate data on axes emanating from a central point, useful for comparing variables.
💡
Generate a polar area chart to compare the performance of different sales teams based on sales targets and actual sales.

Scatter charts


/docs-assets/charts/scatter.png
Scatter plot chart
Shows individual data points on a plane, revealing relationships between variables.
💡
Generate a scatter plot to illustrate the relationship between the number of hours studied and the exam scores of students.
/docs-assets/charts/bubble.jpg
Bubble plot chart
Shows individual data points on a plane, revealing relationships between variables.
💡
Generate a bubble plot to illustrate the relationship between the number of hours studied and the exam scores of students.

Custom charts


/docs-assets/charts/metric.png
Metric
Provides a concise value or key performance indicator for quick information consumption.
💡
Create a metric to visualize the total revenue for the current month.
/docs-assets/charts/funnel.png
Funnel
Provides a concise value or key performance indicator for quick information consumption.
💡
Create a funnel chart to visualize the conversion rate of a marketing campaign.
/docs-assets/charts/table.jpg
Table
Organizes data into rows and columns for structured and detailed information viewing.
💡
Create a table to show each state and the number of orders and total order value from each.
/docs-assets/charts/map.png
Map
Organizes data into rows and columns for structured and detailed information viewing.
💡
Draw a map chart to visualize the distribution of sales across different regions.