From 8eb93f5a68bf81c2475dca4477d7e5e9e3a4964f Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Thu, 17 Jun 2010 20:54:32 +0300 Subject: [PATCH] Increased default size. --- libraries/chart/pma_chart.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/chart/pma_chart.php b/libraries/chart/pma_chart.php index e5b9fdeee..d89ef139e 100644 --- a/libraries/chart/pma_chart.php +++ b/libraries/chart/pma_chart.php @@ -29,6 +29,7 @@ class PMA_Chart '#238C74', '#4C489B', '#1D674A', + '#87C9BF', ); /* @@ -39,7 +40,7 @@ class PMA_Chart /* * The width of the chart. */ - protected $width = 500; + protected $width = 520; /* * The height of the chart.