There’s 2 ways you can go about this…
-
Use a chart Library like chart.js - this is arguably the easier option, but you’ll need to be familiar with the library and how to use it in Bubble (there are various plugins for chart.js, or you can implement it manually with code).
-
Create it yourself with Bubble elements (groups) and some custom CSS
Option 2 gives you more control - and for simple charts can be relatively easy to do.