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 feature to generate bar plot #174

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds a new feature to generate bar plots. It includes changes to the code that allow users to generate bar plots based on the selected x-axis. The pull request also includes updates to the user interface to provide options for customizing the plot title and axis titles.

The column chosen by users for generating a bar plot must be categorical data. The application will generate a bar plot where each bar represents the count of each category.

closes #173