Skip to content
New issue

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

Warning message when using type="color", not solved in version 2.4-2 #46

Closed
vuleniac opened this issue Oct 31, 2018 · 1 comment
Closed

Comments

@vuleniac
Copy link

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

@mtennekes
Copy link
Owner

A bit late to reply ;-) but I don't get this warning anymore. Seems to be fixed...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants