I want to add a title to a chart, like in the gauge example or a pie chart. I want to display a title under or on top of the chart. Is this possible? I\'ve been looking and can\
Just put your chart inside a panel with the title you need.
Ext.create('Ext.panel.Panel', { title: 'My Title', layout: 'fit', items: yourChart });