menu
web_spa package
documentation
graph.dart
BarChartComponent
onPointClick method
onPointClick method
dark_mode
light_mode
onPointClick
method
@protected
void
onPointClick
(
String
x
,
double
y
)
Implementation
@protected void onPointClick(String x, double y) { if (onClick != null) onClick!(x, y); }
web_spa package
documentation
graph
BarChartComponent
onPointClick method
BarChartComponent class