Personal tools

Template:TestTemplate: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 73: Line 73:
         chart: {           
         chart: {           
                 renderTo: 'container',
                 renderTo: 'container',
                 type: 'line',
                 type: 'line'
                marginRight: 130,
                marginBottom: 25
             },
             },
             title: {
             title: {
Line 90: Line 88:
             yAxis: {
             yAxis: {
                 title: {
                 title: {
                     text: 'Temperature (°C)'
                     text: '(°C)'
                 },
                 },
                 plotLines: [{
                 plotLines: [{
Line 99: Line 97:
             },
             },
             tooltip: {
             tooltip: {
            pointFormat: '{series.name}:<b>{point.y}</b>',
                percentageDecimals: 0,
                     valueSuffix: '°C'
                     valueSuffix: '°C'
             },
             },

Revision as of 15:11, 12 June 2013