working on pmGauge for dashboards

This commit is contained in:
Fernando Ontiveros
2011-10-31 22:16:18 -04:00
parent 387b8c9f66
commit e849c2281f
3 changed files with 55 additions and 3 deletions

View File

@@ -158,7 +158,7 @@ Ext.onReady(function(){
}
});
pd.items.items[0].add( np );
pd.items.items[i % 3].add( np );
} //for
pd.doLayout();