[www-pubs] r190761 - Re-scaling plot to fit 2013

Renato Golin renato.golin at linaro.org
Sat Sep 14 16:04:28 PDT 2013


Author: rengolin
Date: Sat Sep 14 18:04:28 2013
New Revision: 190761

URL: http://llvm.org/viewvc/llvm-project?rev=190761&view=rev
Log:
Re-scaling plot to fit 2013

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=190761&r1=190760&r2=190761&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Sat Sep 14 18:04:28 2013
@@ -1740,7 +1740,7 @@ function displayPubsHistogram(id) {
   var image = document.createElement('img');
   image.src = 'http://chart.apis.google.com/chart' +
       '?cht=bvs' +                                     // vertical bars
-      '&chs=320x200' +                                 // size
+      '&chs=360x200' +                                 // size
       '&chco=76A4FB' +                                 // color
       '&chtt=Number of papers per year' +              // title
       '&chxt=x,y' +                                    // axes





More information about the llvm-commits mailing list