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 9094c50 commit 2d32bd6Copy full SHA for 2d32bd6
src/PlotlyEditor.js
@@ -40,6 +40,7 @@ class PlotlyEditor extends Component {
40
mapBoxAccess={Boolean(this.props.config && this.props.config.mapboxAccessToken)}
41
fontOptions={this.props.fontOptions}
42
chartHelp={this.props.chartHelp}
43
+ customConfig={this.props.customConfig}
44
>
45
{this.props.children}
46
</EditorControls>
@@ -91,6 +92,7 @@ PlotlyEditor.propTypes = {
91
92
glByDefault: PropTypes.bool,
93
fontOptions: PropTypes.array,
94
chartHelp: PropTypes.object,
95
+ customConfig: PropTypes.object,
96
};
97
98
PlotlyEditor.defaultProps = {
0 commit comments