ui_config = ({
chart: {
show_ticks: true,
showForecast: false,
showForecastOverlay: true,
pauseBeforeForecast: true,
endBeforeForecast: "2022",
opacityHighlight: 1.0,
opacitySelect: 1.0,
opacityHighlightDim: 0.1,
opacitySelectDim: 0.3,
opacityRegular: 0.8,
timeInBackground: true,
timeInTrails: true,
lockNonSelected: 0,
numberFormatSIPrefix: true,
panWithArrow: false,
adaptMinMaxZoom: false,
cursorMode: "arrow",
zoomOnScrolling: false,
superhighlightOnMinimapHover: true,
whenHovering: {
showProjectionLineX: true,
showProjectionLineY: true,
higlightValueX: true,
higlightValueY: true
},
labels: {
enabled: true,
dragging: true,
removeLabelBox: false
},
margin: {
left: 0,
top: 0
},
decorations: {
"enabled": false,
"xAxisGroups": {
}
},
"data-warning": {
doubtDomain: [],
doubtRange: []
},
"tree-menu": {
}
},
buttons: {
buttons: ["colors", "find", "trails", "moreoptions", "presentation", "sidebarcollapse", "fullscreen"]
},
dialogs: {
dialogs: {
popup: ["colors", "find", "moreoptions"],
sidebar: ["colors", "find", "size", "zoom"],
moreoptions: ["opacity","speed","axes","size","colors","label","zoom","technical","repeat","presentation","about"]
},
find: {
enableSelectShowSwitch: false,
enableMarkerSpaceOptions: false,
}
}
})