Rounding custom images used as bullets

This demo uses our smoothCustomBullets plugin to round any image used as a bullet on the chart.

All you need to do to replicate the behavior is to include smoothCustomBullets.min.js in your page as well as specify smoothCustomBullets setting block in chart config:

"smoothCustomBullets": {
  "borderRadius": "auto"
}