How to remove the default style from tooltip in hightcharts?

 tooltip: {
                        //                     
    pointFormatter: function () {
                            // console.log(this)
         let startTime = dateFormat(this.x);
         let endTime = dateFormat(this.x2)
         if (this.r) {
                    return `<b style="color:-sharp000;>${startTime}-${endTime}${this.yCategory}</b><br><b>${this.r}</b>`
          } else {
                  return `<b style="color:-sharp000;">${startTime}-${endTime}${this.yCategory}</b>`
          }
    }
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31b3e-e305.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31b3e-e305.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?