-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi. I tried to add the "box" type using the following code:
if(type == "box"){
axis = c(2,3)
id <- names(data)[1]
xAxis <- names(data)[axis[1]]
yAxis <- names(data)[axis[2]]
settings <- list(
id = id,
xAxis = xAxis,
yAxis = yAxis
)
}
in settings.R but it's not working. I think the scatter type is practically the same. But for some reason it's not working, any ideas? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels