The requirement was to replace the current CSV and TSV Export options available on the Chart Type selection box for two distinct buttons, that should appear to the right this combo box.
Before
In order to generate a CSV or TSV export, you had to change the Chart Type to one of the two and then click on the link appearing at the middle of the pivot report to actually download the fie.
After
Added buttons to the form, implementing file generation using the same export renderers being used by existing pivot report. Also removed CSV and TSV export options from chart type select box.
Overview
The requirement was to replace the current CSV and TSV Export options available on the Chart Type selection box for two distinct buttons, that should appear to the right this combo box.
Before
In order to generate a CSV or TSV export, you had to change the Chart Type to one of the two and then click on the link appearing at the middle of the pivot report to actually download the fie.
After
Added buttons to the form, implementing file generation using the same export renderers being used by existing pivot report. Also removed CSV and TSV export options from chart type select box.