Personal tools

Template:TestTemplate: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 29: Line 29:
             },
             },
  title: {
  title: {
                 text: 'Browser market shares at a specific website, 2010'
                 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