Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.22 KB

File metadata and controls

38 lines (26 loc) · 1.22 KB
title page_title description slug canonicalLink
Pie
Pie Series Type - Chart - Kendo UI for Vue
Basic usage of the Kendo UI Pie Charts in Vue projects.
pie_seriestypes_charts_wrapper

Pie

Pie charts are circular charts which display data in the form of single-series sectors from a two-dimensional circle.

They are useful for rendering data as a part of the whole.

Basic Usage

The following example demonstrates the Pie chart in action.

{% meta height:460 %} {% embed_file series-types/pie/basic-usage/main.vue preview %} {% embed_file series-types/pie/basic-usage/main.js %} {% endmeta %}

Labels

The following example demonstrates how to show and hide the labels of the Pie chart and define their alignment.

{% meta height:460 %} {% embed_file series-types/pie/labels/main.vue preview %} {% embed_file series-types/pie/labels/main.js %} {% endmeta %}

Suggested Links