UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

14 lines (10 loc) 251 B
'use strict'; module.exports = { /** * Timing information for interactive elements */ SHOW_PLACEHOLDER: 100, HIDE_PLACEHOLDER: 1000, // opacity dimming fraction for points that are not in selection DESELECTDIM: 0.2 };