Skip to content

Hide Sample Data accordion section with config.json file #380

@PaulHax

Description

@PaulHax

If VolView is loading data via URL parameter, integrators may want to hide the Sample Data section.

Add a entry in the config.json file to remove the Sample Data section from the Data Browser tab.

Sample config

{
  "sampleData": {
    "hide": true
  },
  "labels": {
    "lesion": { "color": "#ff0000" },
    "tumor": { "color": "green" },
    "innocuous": {
      "color": "white"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions