I have a bubble chart and want to put a number in bubbles. Is this even possible? Please see my code, there you can see what I expect. In the picture below is visible how it should looks like.
I hope this is possible and someone could give me a hint. THank you
public bubbleChartData: ChartDataSets[] = [
{
data: [
{ x: 1, y: 2024, r: 20, /*content: 2*/ },
{ x: 1, y: 2024, r: 20, /*content: 4*/ },
{ x: 2, y: 2028, r: 20, /*content: 3*/ },
{ x: 5, y: 2025, r: 20, /*content: 1*/ },
]
}
];
It should looks like this: