| bb_gauge | R Documentation | 
Gauge property for a Billboard.js chart
bb_gauge(bb, ...)
| bb | A  | 
| ... | See https://naver.github.io/billboard.js/release/latest/doc/Options.html#.gauge | 
A billboard htmlwidget object.
billboarder() %>% 
  bb_gaugechart(value = 50) %>% 
  bb_gauge(min = 0, max = 200, units = "km/h", width = 10,
           label = list(format = htmlwidgets::JS("function(value) {return value;}")))
           
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.