Skip to content

Add "Chart Categories" in YAML  #714

@jwildfire

Description

@jwildfire

Add a new optional "Chart Category" parameter that breaks up the chart dropdown in the nav using a label for category.

Implementation should be easy enough. Here's some possibly useful code from this example:

navbarPage("App Title",
  tabPanel("Plot"),
  navbarMenu("More",,
    "Chart Category #1",
    tabPanel("chart1"),
    tabPanel("chart2"),
    "Chart Category #3",
    tabPanel("chart3"),
    tabPanel("chart3")
  )
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions