We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e355f commit 58f8554Copy full SHA for 58f8554
plotly_resampler/figure_resampler/figure_resampler_interface.py
@@ -236,7 +236,7 @@ def _get_current_graph(self) -> dict:
236
"data": [
237
{
238
k: copy(trace[k])
239
- for k in set(trace.keys()).difference({_hf_data_container.fields})
+ for k in set(trace.keys()).difference({_hf_data_container._fields})
240
}
241
for trace in self._data
242
],
0 commit comments