Hi Peter,
if I add below code in css, the tooltips display well
*
{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
But it will affect other items in the page.
How to add the css code to only fix the jqxchart box-sizing to content-box? Thanks