-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow bandwidth graph colours to be set by theme #734
Allow bandwidth graph colours to be set by theme #734
Conversation
@d3fz #plot1_title
{
color: blue;
}
#plot2_title
{
color: red;
}
#plot3_title
{
color: green;
} |
Nice. 👍 Can you provide any screenshots showing how it looks? For some reason, it's not working on my end. When setting a different color, only the labels color change. This should also affect graphs color, right? Clearing browser cache doesn't seem to fix it. |
Those graph colors look smooth on a dark background. Nice.
Yes. After further testing, console was throwing Changing to Testing random colorsOddly enough, gargoyle_header_footer -m -c "internal.css" -j gargoyle_header_footer -m -c "internal.css" |
Thanks I’ll double check that error. I wasn’t seeing it. |
Vivaldi (Chromium based). Also tested with latest Chrome/Opera/Edge and Firefox Quantum. Same problem. |
Thanks for pointing it out. Was a typo in the commit, was fine on my router (hence why i saw no bugs). Whoops. |
Looks great, merged. |
Whoops. Accidentally pushed the theme as well. |
I was about to make a comment on that, nice work on the horizontal menu bar by the way. Maybe now it should be possible/easier to address those two remaining themes in #654? |
Definitely. They are next on my todo list :) |
Pulls the "color" attribute of the label for each plot and applies it to the polyline object color and fill attributes