Hi, newbie here. Hope that I am asking my question in the correct way.
I would appreciate advice on if it’s possible to use Observable to capture user input direct into a chart or graph,and capture their value.
In summary, I want to include an interactive chart in my website. The user would either
-
drag and drop (or select) from a set of input data values onto a chart against a pre-exising baseline,
Or the user would click within a range on a pre-populated chart to add their value -
and then the chart would re-draw according that input.
-
Then, optionally, it would reveal the chart of everyone else’s answers and point out the delta of this user’s data to the average.
The set of input data values in point 1 can be pre-determined by the website curator or dynamically added by the current or other users, allowing crowd-sourced creation of the data whcih can then be placed against a scale in a graph.
So, this is a bit more advanced that just creating cool charts and graphs from a set of static data, but would take input from the user.
It would need to also work via touch on a mobile device.