Module dioxus_charts::charts::line

source ·
Expand description

Module for the LineChart component and its configuration types

Structs§

  • The LineChart properties struct for the configuration of the line chart.

Functions§

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