David Rheinheimer
David Rheinheimer
Fyi, I'm not getting this anymore. It's always hard to know if I made a small error in input data or if there's an actual bug.
It sounds like you understand what's going on, even though I don't. What do you mean by "is the identity of the layout object changing when you change one of...
@nicolaskruchten "basically to be able to save and restore an analysis environment" Exactly. I'm storing pivot setups as "favorites". Use case would be storing that analysis setup as part of...
@podwards In line with my strategy for saving data in #10, you can modify your renderer to accept a function to pass pivotted data back to your main component, which...
Since PivotTableUI passes props on to the renderers, I've added this as an additional prop: `onUpdateContent={this.onUpdateContent}`. I then modified my PlotlyRenderer.js as below. However, the way I did it is...
@nicolaskruchten I haven't yet gotten to this, but what I'm thinking is: don't use PivotData in the renderer, but instead have a final rendering component that just reads from props...
@nicolaskruchten I just deleted a previous comment here regarding updating parent state to get pivotted data for export. I've now seen the latest revisions to react-plotly, and it seems the...
@BaptisteFrancois Did you ever figure out what the issue was? I'm having the same problem now too. UPDATE: So in my case it was as @jetuk mentioned above: I had...
@BaptisteFrancois I get this error on a regular basis (including just now, prompting me to reply), though it's completely unpredictable. I just rerun the model and cross my fingers. Usually...
I am not using MOEA or anything random. I cannot purposefully reproduce, other than run the model a few times in a row, and even then, maybe the issue will...