Thanks to @mcmcclur and @mootari, I am able to inject data into an imported Line Chart. This sorta works, but the charts axes appear | still to be linked to the original notebook–not my data | differently than expected:
If I am not mistaken, this is because the vales for the xAxis
and yAxis
that rely on these data in the original notebook aren’t aware of my data override (though the data references in the imported chart
function are).
So what do I need to do in order to make them aware?
I have tried explicitly importing them, but this doesn’t work:
I have seen something similar when embedding notebooks - like if I were to separate out imports, they wouldn’t interact as the different cells weren’t aware of one another.
Any tips for how to correctly grouped imports so that my data will update all cells linked in the original notebook?
EDIT As noted below, my previous conjectures and speculation missed the mark. I don’t yet know what I have to do to get the axes to render correctly.
Here’s the notebook (a cleaned up fork of the one I shared in an earlier thread):
Thank you!