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 dropdowns for selecting x-axis and y-axis columns #21

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 9 months ago

This pull request adds two new functions, xaxis_input_selectize and yaxis_input_selectize, which allow users to select columns from dropdown(s) when choosing a specific plot. These dropdowns enhance the flexibility and customization options for generating plots within the application.

After users select the plot type and column(s) they want for generating the plot, the selected column(s) will be displayed as an output dataframe on the main panel. If users re-upload their file or re-select the desired plot type, the main panel will clear the output.

Closes #13, #14, #15, #16, #17, #18.