The gauge is showing up just fine but the label “Some diff data” does not show up under the chart as expected. Ext JS 4 API – Gauge says display denotes how the label gets displayed. I assume title is the label. Any ideas?
series: [{
type: 'gauge',
field: 'diff1',
donut: false,
title: "Some diff data",
display: 'under', //tried outside as well
colorSet: ['#FFFFCC', '#FF9999']
}]
create text sprites for the title or any labels.
Look at the Ex.draw package.