Patrick Martin

Results 8 comments of Patrick Martin

If you're like me, and use this plugin from a CDN and don't want to host it yourself, just monkey patch it: (function ($){ $.fn.selector = { split: function() {...

Thanks for the feedback habedi! It should work fine. Try running this via: "java -jar Dex.jar" from the directory where Dex.jar resides. What OS are you using here? - Pat

Thanks for the info. I'll try reproducing this and figure out if I packaged something incorrectly. Get back to you tonight.

So far I haven't been able to reproduce in any of my environments so I'll have to download and install a debian vm and mimic your exact setup more closely...

Well, I managed to reproduce this issue and I'm pretty stumped. I think it's related to this similar issue: https://superuser.com/questions/1090396/error-could-not-find-or-load-main-class-with-openjdk-and-oracle-java-on-centos but I can't seem to find a variation which works,...

When given a numeric for the last column, it assumes that is to be used for sizing the proportions of the bars for the previous columns. I can't remember if...

I commented out the line (now 881 in the latest version) and vertical expansion now works. However, I am unsure if there will be any hidden problems with this. $$.selectChart.style('max-height',...

It's too easy to convert. Once you include dex, it comes with it's own D3 library (which you can override), however, d3 comes with the exact routine you need to...