gulfofmaine / Neracoos-1-Buoy-App

NERACOOS mariners dashboard (aka the next gen ERDDAP focused interface)
https://mariners.neracoos.org
MIT License
5 stars 2 forks source link

Set color for lines in charts #1114

Closed youngmorse closed 3 years ago

youngmorse commented 3 years ago

The colors are arbitrarily changing on some of the plots. It's most noticeable on the forecast/observation plots and will sometimes change the series color from green to orange while it's reloading. Investigate how we can set the colors so they are fixed by data type and consistent between plots.

abkfenris commented 3 years ago

This will take some deeper digging into how Highcharts assigns colors.

We may want to look at creating a library/cycle of colors that we feed to the charts and be more explicit about what ends up what color. Which is probably best implemented with #1113

abkfenris commented 3 years ago

Ok, I've got it so we can pass specific colors to be displayed to the plot, and it will override the default cycle.

Right now I've got it using NERACOOS blue for the observation, and a ColorBrewer scheme for the forecasts.

image

Let me know if there is a better set of colors to be using.

abkfenris commented 3 years ago

Coloring the tooltips to match the line colors:

image

Edited to show with BIO Wave Watch working

abkfenris commented 3 years ago

Using colors from the NERACOOS visual guide (and fixed styling elsewhere to match).

image
youngmorse commented 3 years ago

This is looking great @abkfenris! It would be good to try and incorporate the NERACOOS color scheme if we can. I'm attaching the neracoos palatte Julianna created as a PDF and I used coolors.co to put the palatte online. Maybe use the 'NERACOOS blue' for the obs (which you may be using already), the 'Coastal Meadow' or 'Metallic Seaweed' for the green and see if the rich yellow works in place of the orange you are using? I think the lighter orange in the palatte might be too light, but if Buoy Yellow doesn't work, I think the orange you've got would be ok. neracoos palette.pdf Screen Shot 2021-04-16 at 4 53 43 PM