MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / PieChart

Class PieChart

src/pie.rs:145–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145pub struct PieChart<'a, C, M, D>
146where
147 C: CanvasContext<Pattern>,
148 M: fmt::Display,
149 D: fmt::Display + Copy,
150{
151 props: RefCell<PieChartProperties>,
152 base: BaseChart<'a, C, PieEntity<D>, M, D, PieChartOptions<'a>>,
153}
154
155impl<'a, C, M, D> PieChart<'a, C, M, D>
156where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected