sreenath886
20 Nov 2011, 9:16 PM
When i click the variable in the legend, the associated bars disappear and everything shifts about, however the labels don't stay consistent.is there a way to just disable the hiding behavior with the legend?
this is my code
items: {
xtype: 'chart',
id: '',
animate: true,
store: myStore,
dataField: 'mark',
categoryField: 'subject',
shadow: true,
legend: {
position: 'left'
},
this is my code
items: {
xtype: 'chart',
id: '',
animate: true,
store: myStore,
dataField: 'mark',
categoryField: 'subject',
shadow: true,
legend: {
position: 'left'
},