showGraph method

void showGraph(
  1. String graphId
)

Implementation

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