Highcharts tooltip formatter problem

now there is a requirement to return xxx on PC and return default value
formatter: {

on mobile.
if(pc){
    return xxx;
}else{
    , ,return?
}  

}

Jan.08,2022

final solution:

   

Menu