getData method

Implementation

@override
BarLineScatterCandleBubbleData? getData() {
  return provider!.getBarData();
}