Chapter 5. Chart Downloader
In this chapter we are going to develop an Ext JS plugin, which will help us to download a chart as an image. This plugin will generate a button and when the button is clicked, it will perform the required functionality, such that the plugin container's chart item will be downloaded as an image.
In this chapter we will cover:
Functional requirements
Planning and coding the chart downloader