Skip to content

Commit 6f23e4b

Browse files
committed
expose applyCustomConfigVisibility and isValidCustomConfigObject as part of lib
1 parent e897956 commit 6f23e4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ import getAllAxes, {
2323
} from './getAllAxes';
2424
import localize, {localizeString} from './localize';
2525
import tinyColor from 'tinycolor2';
26-
import unpackPlotProps from './unpackPlotProps';
26+
import unpackPlotProps, {
27+
applyCustomConfigVisibility,
28+
isValidCustomConfigObject,
29+
} from './unpackPlotProps';
2730
import walkObject, {isPlainObject} from './walkObject';
2831
import {traceTypeToPlotlyInitFigure, plotlyTraceToCustomTrace} from './customTraceType';
2932
import * as PlotlyIcons from 'plotly-icons';
@@ -215,6 +218,7 @@ function getParsedTemplateString(originalString, context) {
215218

216219
export {
217220
adjustColorscale,
221+
applyCustomConfigVisibility,
218222
axisIdToAxisName,
219223
bem,
220224
camelCase,
@@ -243,6 +247,7 @@ export {
243247
getFullTrace,
244248
getSubplotTitle,
245249
isPlainObject,
250+
isValidCustomConfigObject,
246251
localize,
247252
localizeString,
248253
lowerCase,

0 commit comments

Comments
 (0)