Hi all, excuse me in advance if I am missing something obvious!
I am trying to update the min and max dates axis on the top of the doublegraph.py with the min and max date associated with the dots box selected from the bottom graph. (The positions are uploaded from the upload_portfolio.py page)
“A nonexistent object was used in an ‘Input’ of a …” as well as same error for ‘Output’. I previously had it only for ‘Output’ and it seemed to work fine i.e. I ignored the message based on another question raised in this forum.
Callback errors updating the figure
But also of course the original error of the graph axis on the top graph not updating after a selection from the bottom chart (see second image below).
Thanks for your response. Yea difficult to reduce the complexity because there are 3 interactive pieces on 2 pages. Will try and let you know how it goes!
Thanks to your advice - I recognized and resolved the problems, taking a step back and doing it simpler!
Originally I had an interactive table that sent a callback when a new row was added but not populated yet, causing issues in other calls expecting data so a simple check on data helped with that before proceeding in the subsequent call.