Alexander Hepp

Results 7 comments of Alexander Hepp

please see my comment here: https://github.com/benkeen/d3pie/issues/86#issuecomment-508120977

https://github.com/heppa/d3pie I fixed this issue in my fork. It was related to the moveTooltip not working correctly, and IE and EDGE have a strange behaviour firing the mousemove event again...

Thanks for your awesome work... Helps me a lot in quickly visualising bootstrap-based screens... Would it be difficult to also add glyphicons?

@nathanielw many thanks! Not urgent at all... Was just an additional idea. Will check out your links. I just felt like missing a bit the look & feel of a...

I have the same issue... What I did: * set a scope variable isRestoring to true before calling vm.gridApi.saveState.restore($scope, data); * now, to the ugly part: $timeout($scope.isRestoring=false, 2000); ==> I...

Dear all, first of all many thanks for this awesome plugin... To give a little bit more information on this topic, as I would also love to see this: I...

And btw: here is the code I'm currently using: ``` Source input = getSource(filePath); // getSource() returns a new JDBCResource based on ucanaccess. VirtualSinkSource vss = new VirtualSinkSource(); PojoSink pojoSink...