menu
web_spa package
documentation
graph.dart
PieChartComponent
showGraph method
showGraph method
dark_mode
light_mode
showGraph
method
void
showGraph
(
String
graphId
)
Implementation
void showGraph(String graphId) { _activeGraphs.add(graphId); drawDataPoints(); }
web_spa package
documentation
graph
PieChartComponent
showGraph method
PieChartComponent class