Changes between Version 8 and Version 9 of PapersandPresentations/Charts


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PapersandPresentations/Charts

    v8 v9  
    3434        citationsData.addColumn('number', 'Number Citations');
    3535        citationsData.addRows([
     36          ['2005', 2],
    3637          ['2006', 6],
    3738          ['2007', 11],
     
    4748                        axisTitlesPosition:'none',
    4849                        legend:{'position':'none'},
    49                         colors:['blue'],
     50                        colors:['green'],
    5051                        chartArea:{left:'25',top:'25',width:'100%',height:'75%'}};
    5152
     
    5455                        axisTitlesPosition:'none',
    5556                        legend:{'position':'none'},
    56                         colors:['green'],
     57                        colors:['blue'],
    5758                        chartArea:{left:'25',top:'25',width:'100%',height:'75%'}};
    5859