Skip to content

Commit 9a4a229

Browse files
pass through plotlyConfig
1 parent c882da4 commit 9a4a229

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PlotlyRenderers.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function makeRenderer(
8888
layoutOptions,
8989
this.props.plotlyOptions
9090
)}
91+
config={this.props.plotlyConfig}
9192
/>
9293
);
9394
}
@@ -140,6 +141,7 @@ function makeScatterRenderer(PlotlyComponent) {
140141
<PlotlyComponent
141142
data={[data]}
142143
layout={Object.assign(layout, this.props.plotlyOptions)}
144+
config={this.props.plotlyConfig}
143145
/>
144146
);
145147
}

0 commit comments

Comments
 (0)