How to download data based on current selection only?
I have a simple chart I built with d3.js. There’s a dropdown to filter between different views of the data, and want the user to be able to download the associated data based on their selection.
I have a simple chart I built with d3.js. There’s a dropdown to filter between different views of the data, and want the user to be able to download the associated data based on their selection.