Vaadin Charts Tooltip

Hi,

How can I change the position of the tooltip box?

Thank you

Hi,

Where would you like to move it? Are you looking for something like this:
http://api.highcharts.com/highcharts#tooltip.positioner

There is no API for that currently in Vaadin Charts, but should be easy to implement if needed. In the mean time you might be able to set that it via “JS configuration”.

cheers,
matti

Hey Matti,

Thanks for the answer. Looking good.