-
-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
react-plotly.js: "^2.4.0"
chrome : Version 83.0.4103.116 (Official Build) (64-bit)
I'm using the map on the list to render ~13 plots and get this warning on Chrome browser
by playing with zooming it will render the plot but another plot will be broken by sad Icon not sure if it's related to the warning message or not.
list.map((item)=><Plot
useResizeHandler
onRelayout={onLayoutChange}
onClick={onClick}
onLegendClick={onLegendClick}
onLegendDoubleClick={onLegendDoubleClick}
style={{ width: '100%', height: '100%' }}
layout={_.cloneDeep(plotProps.layout)}
config={{
displaylogo: false,
scrollZoom: true,
modeBarButtonsToRemove: ['sendDataToCloud'],
}}
/>)
Metadata
Metadata
Assignees
Labels
No labels