UNPKG

@visx/scale

Version:
7 lines 344 B
import createColorInterpolator from '../utils/createColorInterpolator'; export default function applyInterpolate(scale, config) { if ('interpolate' in config && 'interpolate' in scale && typeof config.interpolate !== 'undefined') { var interpolator = createColorInterpolator(config.interpolate); scale.interpolate(interpolator); } }