showGraph method
Implementation
void showGraph(String graphId) {
(queryById('$id-$graphId') as SVGGElement?)?.style.removeProperty('opacity');
}
void showGraph(String graphId) {
(queryById('$id-$graphId') as SVGGElement?)?.style.removeProperty('opacity');
}