getBubbleLabel method

String getBubbleLabel(
  1. BubbleEntry bubbleEntry
)

Implementation

String getBubbleLabel(BubbleEntry bubbleEntry) {
  return getFormattedValue1(bubbleEntry.size);
}