Web Components Donut Chart

    The Ignite UI for Web Components Donut Chart is similar to the Pie Chart, proportionally illustrating the occurrences of a variable. The donut chart can display multiple variables in concentric rings, and provides built-in support for visualizing hierarchical data. The rings are capable of being bound to a different data item, or they can share a common data source.

    Web Components Donut Chart Example

    You can create Donut Chart using the IgcDoughnutChartComponent control by binding your data as shown in the example below.

    Web Components Donut Chart Recommendations

    Are Web Components Donut Charts right for your project?

    Donut Charts are appropriate for small data sets and are easy to read at a glance. Donut charts are just one type of part-to-whole visualization. Others include:

    The Web Components Donut Chart includes interactive features that give the viewer tools to analyze data, like:

    • Legends
    • Slice Explosion
    • Slice Selection
    • Chart Animations

    Best Practices for Donut Charts

    • Using multiple data sets to display your data in a ring display.
    • Placing the information such as values or labels, within the hole of the donut for quick explanation of data.
    • Comparing slices or segments as percentage values in proportion to a total value or whole.
    • Showing how a group of categories is broken into smaller segments.
    • Ensuring data segments add up to 100%.
    • Ensuring the color palette is distinguishable for segments/slices of the parts.

    When not to use a Donut Chart

    • Comparing change over time —use a Bar, Line or Area chart.
    • Requiring precise data comparison —use a Bar, Line or Area chart.
    • You have more than 6 or 8 segments (high data volume) — consider a Bar, Line or Area chart if it works for your data story.
    • It would be easier for the viewer to perceive the value difference in a Bar chart.
    • You have negative data, as this can not be represented in a donut chart.

    Web Components Donut Chart - Slice Selection

    The Web Components Donut Chart has the ability to select slices on click. Optionally, you may apply a single custom visual style to the selected slices. The SliceClick event is raised when the user clicks on a slice. Enabling slice selection allows you to modify the slice's selection upon click. The following sample demonstrates how to enable slice selection and set the selected slice color to gray.

    Web Components Donut Chart - Multiple Rings

    It is possible to have a multiple ring display in the Web Components Donut Chart, with each of the rings capable of being bound to a different data item, or they can share a common data source. This can be helpful if you need to display your data as tiers that have an underlying common category, such as the season to month data display below:

    Additional Resources

    You can find more information about related chart types in these topics:

    API References

    The following table lists API members mentioned in the above sections: