File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ import getAllAxes, {
23
23
} from './getAllAxes' ;
24
24
import localize , { localizeString } from './localize' ;
25
25
import tinyColor from 'tinycolor2' ;
26
- import unpackPlotProps from './unpackPlotProps' ;
26
+ import unpackPlotProps , {
27
+ applyCustomConfigVisibility ,
28
+ isValidCustomConfigObject ,
29
+ } from './unpackPlotProps' ;
27
30
import walkObject , { isPlainObject } from './walkObject' ;
28
31
import { traceTypeToPlotlyInitFigure , plotlyTraceToCustomTrace } from './customTraceType' ;
29
32
import * as PlotlyIcons from 'plotly-icons' ;
@@ -215,6 +218,7 @@ function getParsedTemplateString(originalString, context) {
215
218
216
219
export {
217
220
adjustColorscale ,
221
+ applyCustomConfigVisibility ,
218
222
axisIdToAxisName ,
219
223
bem ,
220
224
camelCase ,
@@ -243,6 +247,7 @@ export {
243
247
getFullTrace ,
244
248
getSubplotTitle ,
245
249
isPlainObject ,
250
+ isValidCustomConfigObject ,
246
251
localize ,
247
252
localizeString ,
248
253
lowerCase ,
You can’t perform that action at this time.
0 commit comments