We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue was said to be fixed in version 2.4-2. It is not. This is NOT related to issue #34.
There is a data.table warning message when using type = color. Reproducible example:
mtcars %>% head %>% mutate(color = "red") %>% treemap(index = "cyl", vSize = "cyl", vColor = "color", type = "color")
Warning message: In [.data.table(dtfDT, , :=("c", fact), with = FALSE) : with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples.
[.data.table
:=
The issue impairs the use of d3Tree with treemaps
The text was updated successfully, but these errors were encountered:
A bit late to reply ;-) but I don't get this warning anymore. Seems to be fixed...
Sorry, something went wrong.
No branches or pull requests
This issue was said to be fixed in version 2.4-2. It is not. This is NOT related to issue #34.
There is a data.table warning message when using type = color. Reproducible example:
mtcars %>% head %>%
mutate(color = "red") %>%
treemap(index = "cyl", vSize = "cyl", vColor = "color", type = "color")
Warning message:
In
[.data.table
(dtfDT, ,:=
("c", fact), with = FALSE) :with=FALSE ignored, it isn't needed when using :=. See ?':=' for examples.
The issue impairs the use of d3Tree with treemaps
The text was updated successfully, but these errors were encountered: