Created
March 26, 2020 06:40
-
-
Save oberhamsi/f77034e8a495b21b708e605765922451 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
title: { | |
text: '', | |
font: { | |
family: 'ORF ON Condensed', | |
size: 22, | |
weight: 700 | |
}, | |
}, | |
xaxis: { | |
fixedrange: true, | |
showgrid: false, | |
tickangle: 0, | |
nticks: 10, | |
tickmode: 'auto', | |
tickfont: { | |
family: 'ORF ON Condensed TF', | |
size: 12 | |
}, | |
}, | |
yaxis: { | |
fixedrange: true, | |
//type: 'log', | |
linecolor: '#777', | |
gridcolor: '#777', | |
rangemode: 'tozero', | |
tickfont: { | |
family: 'ORF ON Condensed TF', | |
size: 14 | |
} | |
}, | |
paper_bgcolor: 'transparent', | |
plot_bgcolor: 'transparent', | |
legend: { | |
orientation: "h", | |
font: { | |
family: 'ORF ON Condensed', | |
size: 15, | |
}, | |
y: -0.15 | |
}, | |
margin: { | |
l: 50, | |
r: 20, | |
b: 50, | |
t: 90, | |
pad: 4 | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment