Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 26B9D17CB5 for ; Sat, 7 Feb 2015 10:23:39 +0000 (UTC) Received: (qmail 43702 invoked by uid 500); 7 Feb 2015 10:23:39 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 43677 invoked by uid 500); 7 Feb 2015 10:23:39 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 43668 invoked by uid 99); 7 Feb 2015 10:23:39 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 10:23:38 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D1534AC003E for ; Sat, 7 Feb 2015 10:23:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1658044 - /comdev/projects.apache.org/site/js/projects.js Date: Sat, 07 Feb 2015 10:23:38 -0000 To: commits@community.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150207102338.D1534AC003E@hades.apache.org> Author: humbedooh Date: Sat Feb 7 10:23:38 2015 New Revision: 1658044 URL: http://svn.apache.org/r1658044 Log: set a proper width for the chart Modified: comdev/projects.apache.org/site/js/projects.js Modified: comdev/projects.apache.org/site/js/projects.js URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/js/projects.js?rev=1658044&r1=1658043&r2=1658044&view=diff ============================================================================== --- comdev/projects.apache.org/site/js/projects.js (original) +++ comdev/projects.apache.org/site/js/projects.js Sat Feb 7 10:23:38 2015 @@ -1102,7 +1102,7 @@ function drawAccountCreation() { var narr = new Array(); var json = accounts; var obj = document.createElement('div'); - obj.style = "float: left; width: 95%; height: 450px;"; + obj.style = "float: left; width: 1160px; height: 450px;"; obj.setAttribute("id", 'accountchart'); document.getElementById('contents').appendChild(obj); var cdata = new google.visualization.DataTable();