I have created a data visualization dashboard using d3, dc, crossfilter and bootstrap. (much like the tutorial on github but without the leaflet)
I want to add an export function so that the user can select which charts to export. The result should be the chosen graphs plus a list of the filters applied.
Any ideas how to accomplish this?