I know this is a bit out there... but gonna ask anyways. I\'m using highcharts jquery script (http://www.highcharts.com/) to generate a pie chart. I am trying to round off the n
tooltip: { formatter: function() { return ''+ this.point.name +': '+ Math.round(this.percentage*100)/100 +' %'; } },