plotly.js
Version:
The open source javascript graphing library that powers plotly
15 lines (12 loc) • 420 B
JavaScript
module.exports = {
scrollBarWidth: 6,
scrollBarMinHeight: 20,
scrollBarColor: '#808BA4',
scrollBarMargin: 4,
scrollBarEnterAttrs: {rx: 20, ry: 3, width: 0, height: 0},
// number of px between legend title and (left) side of legend (always in x direction and from inner border)
titlePad: 2,
// number of px between each legend item (x and/or y direction)
itemGap: 5
};
;