Tambahkan custom script pada series bar:
//====================== custom width bar
,groupGutter: -100
, renderer:function (sprite, record, attr, index, store) {
if (index % 2 > 0) {
return Ext.apply(attr, {
height: attr.height / 2,
y: attr.y + ((attr.height / 2)/2)
});
} else {
return Ext.apply(attr, {
});
}
}
//====================== custom width bar
//====================== custom width bar
,groupGutter: -100
, renderer:function (sprite, record, attr, index, store) {
if (index % 2 > 0) {
return Ext.apply(attr, {
height: attr.height / 2,
y: attr.y + ((attr.height / 2)/2)
});
} else {
return Ext.apply(attr, {
});
}
}
//====================== custom width bar
copy source ini ke dalam localhost pada folder "\examples\charts"
Hasilnya seperti ini:
Tidak ada komentar:
Posting Komentar