MCPcopy Create free account
hub / github.com/angular-rust/yew-components / PieChart

Class PieChart

src/piechart.rs:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12use yew::prelude::*;
13
14pub struct PieChart {
15 props: PieChartProps,
16 link: ComponentLink<Self>,
17 node_ref: NodeRef,
18}
19
20pub enum Msg {
21 Clicked,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected