Changes between Version 6 and Version 7 of PapersandPresentations/Charts


Ignore:
Timestamp:
Feb 22, 2012, 1:36:18 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PapersandPresentations/Charts

    v6 v7  
    4848                        legend:{'position':'none'},
    4949                        colors:['blue'],
    50                         chartArea:{left:'100%',top:'100%',right:'100%',bottom:'100%'}};
     50                        chartArea:{left:'0',top:'0',width:'100%',height:'100%'}};
    5151
    5252        var citationsChartOptions = {'title':'WARP Citations',
     
    5555                        legend:{'position':'none'},
    5656                        colors:['green'],
    57                         chartArea:{left:'100%',top:'100%',right:'100%',bottom:'100%'}};
     57                        chartArea:{left:'0',top:'0',width:'100%',height:'100%'}};
    5858
    5959        // Instantiate and draw our chart, passing in some options.