function _getInterpolationMethod(options) {
  if (options.stepped) {
    return _steppedInterpolation;
  }