Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/yew-components
/ GaugeChart
Class
GaugeChart
src/gaugechart.rs:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
use yew::prelude::*;
13
14
pub struct GaugeChart {
15
props: GaugeChartProps,
16
link: ComponentLink<Self>,
17
node_ref: NodeRef,
18
}
19
20
pub enum Msg {
21
Clicked,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected