Thomas Siegmund
Thomas Siegmund
This happens because scatterD3 uses D3.js version 4.x,, while d3heatmap uses version 3.x. If both widgets are in the same page, htmlwidgets loads only the latest D3 version, 4.x. This...
I'm definitely open for suggestions here. The possibility to turn data in a table into graphics opens up a huge "uncharted" territory. My problem right now is: I have no...
For all the Tufte fans out there D3TableFilter now includes jQuery Sparklines.
Hi, sorry for the late reply, did not have time to look into this earlier. For 1) you obviously have to enable the `ColsVisibility` extension. In the table properties use...
Hi, thanks @saxodel for the nice comments. I can't say that I have understood completely what's going on. I've fixed one bug in the D3TableFilter javascript preventing the select input...
Hi, you can save a table using [saveWidget](https://www.rdocumentation.org/packages/htmlwidgets/versions/0.9/topics/saveWidget) from htmlwidgets. But you need to set the `selfcontained` option to FALSE. This results in all the javascript libraries put into a...
Are you sure about the "selfcontained = TRUE"? This never worked for me due to problems with gif icons in pandoc.
Hi, this may have been a recently fixed bug (missing/wrong dependency). Could you please try the current version of D3TableFilter? I've put your code in a complete app below for...
In what environment do you see this problem? For me it works fine. Im using it on Linux and Windows, in Firefox and Chrome. Sometimes such glitches are the result...
This error messages about missing css files look like a recently fixed bug. Can you please make sure that you run the latest version? I have updated the D3TableFilter version...