Module dioxus_charts::charts::pie

source ·
Expand description

Module for the PieChart component and its configuration types

Structs§

  • The PieChart properties struct for the configuration of the pie chart.

Enums§

  • A hint for the automatic positioning of labels in the pie chart.

Functions§

  • This is the PieChart function used to render the pie chart Element. In Dioxus, components are just functions, so this is the main PieChart component to be used inside rsx! macros in your code.