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

Enhancing bar plot selection by restricting x-axis choices to categorical data #33

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

In the current situation, all columns are displayed in the dropdown when users are selecting columns for the x-axis or y-axis. This is not ideal for a bar plot, as bar plots are only suitable for categorical data.