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: generate simple histogram #176

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds support for the histogram plot type in the existing plot generation code. If user decided to create a histohram, they can update the plot title, x-axis title, y -axis title, and the bin size.

closes #175