New to Telerik UI for Blazor? Download Free 30-day trial
Chart - Bubble Chart
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
- Bubble-chart.razor
Description
Telerik UI for Blazor Chart is a data visualization component which allows you to output graphical representation of your data. It is useful when you would like to utilize modern browser technologies such as SVG or Canvas for interactive data visualizations. The chart supports various numerical, categorical and axis-free types. The current demo focuses on the Bubble Chart.
The Blazor Bubble Chart is a numerical type - its X-axis is also numerical and does not require categorical items, but numerical values. It shows the data as points with coordinates and size defined by their items' values. The Bubble Chart a lot similar to the Scatter Chart but the data points are replaced with bubbles. It supports multiple series and can be used for comparing different sets of data.
The individual series are marked with different colors that can be customized through the ColorField
property of the series. Additionally, the Bubble Chart allows you to control the transparency of the series through the Opacity
parameter.
Besides series customization, the Blazor Chart exposes multiple nested tags that allow you configure the rest of the chart elements – Legend, Plot Area, Tooltip. Check the Chart API Reference for a full list of properties, methods and events.
The demo showcases a Blazor Bubble Chart that visualizes job growth results in 2008.