plotly.js
Version:
The open source javascript graphing library that powers plotly
20 lines (13 loc) • 338 B
JavaScript
module.exports = {
// 'y' position pad above counter axis domain
yPad: 0.02,
// minimum button width (regardless of text size)
minButtonWidth: 30,
// buttons rect radii
rx: 3,
ry: 3,
// light fraction used to compute the 'activecolor' default
lightAmount: 25,
darkAmount: 10
};
;