UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

10 lines (7 loc) 202 B
'use strict'; var Lib = require('../../lib'); module.exports = function calcSelection(cd, trace) { if(Lib.isArrayOrTypedArray(trace.selectedpoints)) { Lib.tagSelected(cd, trace); } };