UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

9 lines (6 loc) 233 B
'use strict'; // common to 'scatter' and 'scatterternary' module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) { var shape = coerce('line.shape'); if(shape === 'spline') coerce('line.smoothing'); };