plotly.js
Version:
The open source javascript graphing library that powers plotly
23 lines (19 loc) • 613 B
JavaScript
/**
* Copyright 2012-2020, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
;
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
};