Tiny histogram change

Changed the height of the list of types to fit the amount of data
pull/63/head
Andras Iklody 2012-11-30 08:51:10 +01:00
parent 1bf1e6f2a8
commit b9fb6e95c4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ foreach ($graphData as $row) {
});
var panel1 = Ext.create('widget.panel', {
width: 800,
height: 800,
height: 900,
//title: 'Attributes by Organisation',
renderTo: 'graph',
layout: 'fit',