Commit e6e1a550 authored by Frank Bergmann's avatar Frank Bergmann

- Disabled top bar with empty combo box

parent a80e73ae
......@@ -41,6 +41,7 @@ Ext.onReady(function () {
renderTo: '@diagram_id@',
layout: 'fit',
header: false,
/*
tbar: [{
xtype: 'combo',
editable: false,
......@@ -61,6 +62,7 @@ Ext.onReady(function () {
}
}
}],
*/
items: projectEvaChart
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment