menu
web_spa package
documentation
graph.dart
SpiderChartComponent
hideGraph method
hideGraph method
dark_mode
light_mode
hideGraph
method
void
hideGraph
(
String
graphId
)
Implementation
void hideGraph(String graphId) { (queryById('$id-$graphId') as SVGGElement?)?.style.opacity = '0'; }
web_spa package
documentation
graph
SpiderChartComponent
hideGraph method
SpiderChartComponent class