Matthias Richter
Matthias Richter
I needed the jqplot events described [here](http://www.jqplot.com/docs/files/plugins/jqplot-pieRenderer-js.html) so I made these changes. I don't know how to test this more thoroughly... Hope this is useful for somebody else as well.
Honestly I have no idea if this PR is ok as the tests do not run at the moment. So please have a look... Background: I'm building an angular SPA...
I am exporting an index with the rename parameter: ``` curl -XPOST 'localhost:9200/my_index1/my_type/_export?map={"my_index1:"my_index2"}&path=/tmp/archive.tar' ``` after import `curl -XPOST 'localhost:9200/my_index1/my_type/_import?path=/tmp/archive.tar'` all mappings of `my_type` are lost. Is there any option to...
I'm updating my app to use Webpack 2. While ngtable is working fine if loaded with webpack 1, I experience an issue while loading with webpack 2. The browser console...