Wijmo UI for the Web
PieChart
Wijmo User Guide > Widgets > Chart Widgets > PieChart

The wijpiechart widget allows the user to show customized pie charts. Pie charts are commonly used to display simple values.

A Pie chart draws each series as a slice in a pie. Pie charts have one significant difference when compared to other wijchart chart types: in Pie charts, each series represents one slice of the pie. Therefore, you will never have Pie charts with a single series (they would be just circles). In most cases, Pie charts have multiple series (one per slice) with a single data point in each series. wijpiechart represents series with multiple data points as multiple pies within the chart.

The wijpiechart widget is created by the jquery.wijmo.wijpiechart.js library.

For a listing of all of the options, methods, and events available on this widget, please see the API docs for wijpiechart.

In this section

Quick Start

Main Elements

Markup and Scripting

PieChart How To

PieChart Concepts

Note: Check the Version History for an outline of new features, improvements, and changes to the Wijmo widgets.

Adaptive for Mobile Use

This widget is an adaptive widget in v3. If you are running v2.3.x or earlier, it is not adaptive. You can download v3 here: Downloads Page.

An adaptive widget is different from a jQuery UI widget in that you can use it in both mobile and non-mobile web applications. To use it in non-mobile applications, just use the regular help. To use it in mobile applications:

These steps are demonstrated in the jQuery Mobile topic.

See Also

Reference

KO