misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Adding support for POST requests on the importer #191

Open radiodario opened 11 years ago

radiodario commented 11 years ago

I've added support for POST requests on remote importers (by passing the type and postData parameters to the importer). It's a small change which might help?