plotOptions.getTooltip().setValueSuffix(" km/h");
Add tooltip formatter (I’ve tried several things but none work). The following is modified from the setFormatter javadoc.
In some situations, I need to set the tooltip to a value/desription that is differnt than what is displayed in the needle.
Example, the max might be 200 km/h, but the velocity is 300 km/h and I want to display the value on the tooltip.
Note: The tool tip on the chart Configuration works, but not the PlotOptionsGauge. This is odd since the PlotOptionsGauge is what is used to override tooltip behavior in the Vaadin chart demo.