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

docs: add docstrings for `grouping_input_select` and `update_grouping_input_select` function #182

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds docstrings for the grouping_input_select and update_grouping_input_select functions. The docstrings provide information about the purpose of the functions, their parameters, and their return types. This improves the code's readability and makes it easier for other developers to understand and use these functions.

closes #181