UNPKG

@rcsb/rcsb-saguaro

Version:
24 lines (23 loc) 683 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RcsbFvDefaultConfigValues = void 0; /**Default board configuration values*/ exports.RcsbFvDefaultConfigValues = { increasedView: 1.5, trackColor: "#FFFFFF", displayColor: "#000000", trackHeight: 20, trackAxisHeight: 30, trackWidth: 920, rowTitleWidth: 160, displayDomain: [0, 1], interpolationType: "step" /* InterpolationTypes.STEP */, rowHideTransitionTimeout: 500, titleAndTrackSpace: 2, borderWidth: 1, borderColor: "#CCC", rowGlowWidth: 1, hideInnerBorder: true, hideRowGlow: false, rowGlowColor: "rgba(255,204,204,0.75)" };