Skip to content

adding boxplot? #3

@martinbel

Description

@martinbel

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions