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 c882da4 commit 9a4a229Copy full SHA for 9a4a229
src/PlotlyRenderers.jsx
@@ -88,6 +88,7 @@ function makeRenderer(
88
layoutOptions,
89
this.props.plotlyOptions
90
)}
91
+ config={this.props.plotlyConfig}
92
/>
93
);
94
}
@@ -140,6 +141,7 @@ function makeScatterRenderer(PlotlyComponent) {
140
141
<PlotlyComponent
142
data={[data]}
143
layout={Object.assign(layout, this.props.plotlyOptions)}
144
145
146
147
0 commit comments