mac471
mac471
Seems like different browsers are rendering `` differently so short of creating lots of browser-specific code, how about the following as a potential solution: Add new arguments to the `sankeyNetwork`...
So that's fine but I would use ": " instead of " - " to avoid confusion with the negative sign (even though negative values don't make sense in a...
This is probably the best alternative as it gives the caller the ability to specify what the node/link tooltips should look like while making sure that it at least works...
Stephen, I realize this is an old post but I ran into this issue as well and believe that it is a bug. My interim solution was to create my...
Instead of updating the existing xlsx package and potentially creating new problems for existing users, what about creating a "new" package (e.g., xlsx2) that has the same function bindings (where...
Use the specfill argument to provide a list of the valid colors for categorical variables. The list consists of named character vectors of `value = hexcolor`. For example, if you...