Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

feat: add a dropdown for users to select different plot types #10

Closed Rebekah-Chuang closed 9 months ago

Rebekah-Chuang commented 9 months ago
  1. Added the plot types dropdown(more options can be added in the future)
  2. Change ui.nav() to ui.nav_panel() based on the warning below.
    ShinyDeprecationWarning: `nav()` is deprecated. This method will be removed in a future version, please use :func:`~shiny.ui.nav_panel` instead.

Closes #8