Template:TestTemplate: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
}, | }, | ||
title: { | title: { | ||
text: ' | text: 'Nonredundant Representative Motif Types, 2013' | ||
}, | }, | ||
tooltip: { | tooltip: { | ||
pointFormat: '{series.name}: <b>{point.percentage}%</b>', | pointFormat: '{series.name}:<b>{point.y:.1f}<b>{point.percentage:.1f}%</b>', | ||
percentageDecimals: 0 | percentageDecimals: 0 | ||
}, | }, | ||
Line 44: | Line 44: | ||
connectorColor: '#000000', | connectorColor: '#000000', | ||
formatter: function() { | formatter: function() { | ||
return '<b>'+ this.point.name +'</b>: '+ this.percentage +' %'; | return '<b>'+ this.point.name +'</b>: '+ this.percentage.toFixed(1) +' %'; | ||
} | } | ||
} | } |
Revision as of 10:13, 12 June 2013