Hi Syam, I am disturbing you again... Do you think there's a way to style

Hi Syam,

I am disturbing you again…
Do you think there’s a way to style (i.e. round the values) of the tooltip?
In my tooltip I have these values:

Angular position: -4.877900000000011
Velocity: 2.018012291666693

They are the right values but I would like to show the rounded values.

My code is just:

Tooltip tooltip = new Tooltip();
tooltip.setType(Type.Axis);

Thanks again for your work,

Stefano

Hi,
You can do a lot of magic with tooltip. I have posted an example in the demo. Just search for the keyword tooltip there.