Changes between Version 7 and Version 8 of PapersandPresentations/Charts


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PapersandPresentations/Charts

    v7 v8  
    4444        // Set chart options
    4545        var newPapersOptions = {'title':'New Papers by WARP Users',
    46                         width:450, height:250,
     46                        width:300, height:200,
    4747                        axisTitlesPosition:'none',
    4848                        legend:{'position':'none'},
    4949                        colors:['blue'],
    50                         chartArea:{left:'0',top:'0',width:'100%',height:'100%'}};
     50                        chartArea:{left:'25',top:'25',width:'100%',height:'75%'}};
    5151
    5252        var citationsChartOptions = {'title':'WARP Citations',
    53                         width:450, height:250,
     53                        width:300, height:200,
    5454                        axisTitlesPosition:'none',
    5555                        legend:{'position':'none'},
    5656                        colors:['green'],
    57                         chartArea:{left:'0',top:'0',width:'100%',height:'100%'}};
     57                        chartArea:{left:'25',top:'25',width:'100%',height:'75%'}};
    5858
    5959        // Instantiate and draw our chart, passing in some options.