Changes between Version 5 and Version 6 of PapersandPresentations/Charts


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PapersandPresentations/Charts

    v5 v6  
    4747                        axisTitlesPosition:'none',
    4848                        legend:{'position':'none'},
    49                         colors:['blue']};
     49                        colors:['blue'],
     50                        chartArea:{left:'100%',top:'100%',right:'100%',bottom:'100%'}};
    5051
    5152        var citationsChartOptions = {'title':'WARP Citations',
     
    5354                        axisTitlesPosition:'none',
    5455                        legend:{'position':'none'},
    55                         colors:['green']};
     56                        colors:['green'],
     57                        chartArea:{left:'100%',top:'100%',right:'100%',bottom:'100%'}};
    5658
    5759        // Instantiate and draw our chart, passing in some options.