Skip to content

Instantly share code, notes, and snippets.

@oberhamsi
Created March 26, 2020 06:40
Show Gist options
  • Save oberhamsi/f77034e8a495b21b708e605765922451 to your computer and use it in GitHub Desktop.
Save oberhamsi/f77034e8a495b21b708e605765922451 to your computer and use it in GitHub Desktop.
{
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