Increased default size.

This commit is contained in:
Martynas Mickevicius
2010-06-17 20:54:32 +03:00
parent f9d20c8c7a
commit 8eb93f5a68

View File

@@ -29,6 +29,7 @@ class PMA_Chart
'#238C74', '#238C74',
'#4C489B', '#4C489B',
'#1D674A', '#1D674A',
'#87C9BF',
); );
/* /*
@@ -39,7 +40,7 @@ class PMA_Chart
/* /*
* The width of the chart. * The width of the chart.
*/ */
protected $width = 500; protected $width = 520;
/* /*
* The height of the chart. * The height of the chart.