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

Class BarChart

src/bar.rs:109–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109pub struct BarChart<'a, C, M, D>
110where
111 C: CanvasContext<Pattern>,
112 M: fmt::Display,
113 D: fmt::Display + Copy,
114{
115 props: RefCell<BarChartProperties>,
116 base: BaseChart<'a, C, BarEntity<D>, M, D, BarChartOptions<'a>>,
117}
118
119impl<'a, C, M, D> BarChart<'a, C, M, D>
120where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected