Personal tools

User:Hisa: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 31: Line 31:
         shared: true,
         shared: true,
         useHTML: true,
         useHTML: true,
         headerFormat: '<small>{point.key}</small><table>',
         headerFormat: '<small></small><table>',
         pointFormat: '<tr><td style="color: {series.color}">{series.name}: </td>' +
         pointFormat: '<tr><td style="color: {series.color}">{xAxis.categories}</td>' +
         '<td style="text-align: right"><b>{point.y}</b></td></tr>',
         '<td style="text-align: right"><b>{point.x}</b></td></tr>',
         footerFormat: '</table>',
         footerFormat: '</table>',
       },
       },
Line 39: Line 39:
     series: [{
     series: [{
       name: 'value',
       name: 'value',
    }, {
      name: 'cost',
     }]
     }]



Revision as of 10:14, 20 February 2012