Series
The data series are the main components of the Chart.
The rest of the Chart elements play a supportive role for the user when understanding the plotted series.
Series Types
The Angular Chart supports the following series types:
- Area and Vertical Area
- Bar and Column
- Box Plot
- Bubble
- Bullet
- Donut
- Funnel
- Pyramid
- Heatmap
- Line and Vertical Line
- Pie
- Polar
- Radar
- Range Area
- Range Bar
- Scatter and Scatter Line
- Waterfall
See more about them in the Series Types article.
For more examples and configuration options, explore the dedicated article for each series type (linked above). The current article is designed to showcase only the basics.
Basics
Series are declared by using the kendo-chart-series-item configuration components and placed in a kendo-chart-series collection.
For more information on how to configure each Chart series, refer to the articles on the series types. For more information on how to bind the series to data, refer to the article on data binding.
The following example configures a set of Scatter Line series.
Default Series Configuration
You can apply a subset of settings to all Chart series by using the kendo-chart-series-defaults component.
The kendo-chart-series-defaults
component supports the following child components:
The following example demonstrates how to set the default series type and labels.
Support and Learning Resources
- Getting Started with the Kendo UI for Angular Chart
- API Reference of the Chart
- Axes
- Chart Area
- Crosshairs
- Error Bars
- Labels
- Legend
- Notes
- Panes
- Plot Area
- Plot Bands
- Selection
- Title
- Tooltip
- Getting Started with Kendo UI for Angular (Online Guide)
- Getting Started with Kendo UI for Angular (Video Tutorial)
- Video Courses
- Chart Forum
- Before You Start: All Things Angular (Telerik Blog Post)
- Knowledge Base