Hello Everyone,
I have been checking the following link:
https://dash.plot.ly/datatable/editable
to have graph changing simultaneously as I do so for the respective table.
The problem I am facing is, I already have a callback for thr figure and even if I add another ‘Input’ to the same with the properties of ‘data’. I get an error when I run the script.
Callback:
@app.callback(
Output(‘Data-points’, ‘figure’),
[Input(‘Points’, ‘value’),
Input(‘pointTable’, ‘data’)])
Error:
Any help would be greatly appreciated.
Regards,
Swapnil.