plotly.js
Version:
The open source javascript graphing library that powers plotly
20 lines (17 loc) • 395 B
JavaScript
module.exports = {
CLICK_TRANSITION_TIME: 750,
CLICK_TRANSITION_EASING: 'poly',
eventDataKeys: [
// string
'currentPath',
'root',
'entry',
// no need to add 'parent' here
// percentages i.e. ratios
'percentRoot',
'percentEntry',
'percentParent'
],
gapWithPathbar: 1 // i.e. one pixel
};
;