actual jmix version
we use
stopsSource.setStyleProvider(tourStop →
new Style()
.withImage(new CircleStyle()
.withRadius(8)
.withStroke(new Stroke()
.withWidth(1.)
.withColor(setColor(tourStop)))
.withFill(new Fill(setColor(tourStop))))
works fine, but we would like to add a text inside the created ‘circle’
how to do that?