1 Attachment(s)
Ext.ux.chart.TitleChart - Chart with a Title
When one page contains several charts, it may be necessary to provide users with information on each charts' meaning. This is what Ext.ux.chart.TitleChart is for: it allows assigning title text to any kind of chart supported by Ext JS.
It looks like this:
Attachment 29425
TitleChart accounts for presence or absence of a title, adjusting chart dimensions accordingly. Title can be placed at top, bottom, left or right side of the Chart. Padding between Chart edge and title text is configurable, as well as margin between title text and actual charting area.
Usage is pretty straightforward, take a look at the source and it should be obvious how to use it. Demo application is provided as well.
Tested with: - Chrome 15
- Firefox 7
- Safari 5
- Opera 11
- MSIE 8
Source code is released under GPL 3.0 on Github: https://github.com/nohuhu/Ext.ux.chart.TitleChart. Commercial licensing is also available.
Live demo: http://nohuhu.org/demos/demo_titlechart.html
Sencha Market page: https://market.sencha.com/users/30/extensions/36
Regards,
Alex.
Does not work in IE8 or older
Hi @ nohuhu,
your extension works great with 4.1.3 and the popular browsers, but it does not work with IE8 and older or in Quirksmodus, just with IE9.
If you open your demo with IE8(Win 7), you'll get the panel empty without chart and chart title.
Do you know about this? There is no error or warning in the IE browsers, so I do not really have an idea how to get it working.
Thank you for your shared extension
Marius