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 line plot example #160

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR adds the shinywidgets and plotly packages to the project, enabling the generation of interactive plots. It also includes a new example demonstrating a line plot.

These examples are temporary placeholders until implementing maidr. In this PR, users can create a line plot. After selecting "Line Plot" as their desired plot type and choosing their x-axis and y-axis variables in step 4 (Select Columns), they should enter the plot title in the "Plot Title" text input and indicate whether they want markers for the plot in step 5 (Generate Plots). Afterward, they can click the "Generate Plot" button. The plot will be generated on the main panel only upon clicking this button. If users wish to modify the data, they need to click "Generate Plot" again to display the updated plot.

Closes #159