Kendo UI for jQuery Chart Overview

The Kendo UI Chart uses modern browser technologies to render high-quality data visualizations.

ninja-iconThe Charts component is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

All graphics are rendered on the client by using Scalable Vector Graphics (SVG) with a fallback to Canvas. The Charts support a set of series types such as Bar, Line, Area, Bullet, Pie, Scatter, Bubble, Polar, and other.

Kendo UI for jQuery Chart Overview

Functionality and Features

FeatureDefinition
Data bindingYou can populate the Kendo UI Chart with data.
ExportThe Chart enables you to export their content to PDF, SVG, or Image files.
AppearanceYou can control the appearance of the Chart elements by using JavaScript style options.
AxesThe Chart enables you to configure its axes.
Data seriesThe Chart enables you to plot one or more data series of a specified type.
Date seriesYou can control the display of dates in the Kendo UI Chart.
Error barsThe Chart enables you to implement error bars which show the variability of data.
LegendThe Chart legend displays the name of the configured data series.
NotesThe Chart enables you to display the metadata of a point or a specific part of the axis.
PanesThe Chart panes enable you to create vertical sub-divisions in a single categorical Chart.
TitleThe Chart enables you to configure its title.
TooltipThe Chart enables you to display details about the data point over which the mouse is currently hovering.
No Data TemplateThe Chart allows you to show an overlay with a "No Data Available" message when there's no data in the component.

Next Steps

See Also