UNPKG

webwriter-chart

Version:

ww-chart is an interactive data visualization widget for the WebWriter tool that implements various charts and diagrams for static and exploratory data visualization.

30 lines (18 loc) 1.04 kB
# webwriter-chart This project is a widget for the WebWriter tool that enables teachers to create charts for their students. The Widget supports static charts but also the option to be used as an interactive chart editor with teacher selected features. The interactive scatterplot is created using D3.js and includes many interactive features. ## Supported Charts - Bar Chart - Doughnut Chart - Line Chart - Pie Chart - Polar Area Chart - Radar Chart - Interactive Scatterplot ## Usage The widget is developed to be used with the [WebWriter](https://webwriter.app/). ## For Developers If you want to create a new widget, it is strongly advised to use the CLI-Tool available [here](https://git.rwth-aachen.de/luis/wwc-cli). ## Copyright and License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ### Used tools In the course of this project, [GitHub Copilot](https://github.com/features/copilot) was used to get real-time code suggestions and improve code development efficiency.