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 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.
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 %}
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 %}