-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
- A radial chart was implemented with Chart.js, but the nodes aren't editable (they're read-only). Ideally, we could have an interface that shows a sliding scale of multiple flavors on a radial chart AND allow users to slide the dots for each one. (Basically we're trying to avoid having ~12 input fields with a 1-5 sliding scale for each one).
Maybe research this or other plugins that would allow "draggable" or editable nodes within a Chart.js graph:
https://www.npmjs.com/package/chartjs-plugin-draggable
Reactions are currently unavailable