Plot color
#445
Replies: 1 comment
-
Hello @laakkti You can't do that at the moment. We have to add support for it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I can't figure out how to define the plotting color (the default seem to be like blue).
The other color is possible define like this. etc. plot_color, color, plot_fgcolor not working.
const layout = {
width: 1000,
plot_bgcolor: "#133863",
paper_bgcolor: "#133863",
yaxis: {
title: "km",
color:"#00FF00"
},
xaxis: {
title: "Month",
color:"#00FFFF"
},
};
Br. Timo
Beta Was this translation helpful? Give feedback.
All reactions