diff --git a/src/axes.js b/src/axes.js index 2eb5fb6..8d8a96e 100644 --- a/src/axes.js +++ b/src/axes.js @@ -12,7 +12,7 @@ const _buildAxisData = (value, axesGroup, conf) => { } } -const _buildAxesData = (conf) => { +export const _buildAxesData = (conf) => { return reduce(conf.axes, (aggregator, axesGroup) => { if (!axesGroup.position && !axesGroup.spacing) { logger.warn('Skipping axe group with no position and spacing defined')