svgMap icon indicating copy to clipboard operation
svgMap copied to clipboard

Add ocean color variable

Open benstigsen opened this issue 4 years ago • 3 comments

Currently it's only possible to change colorMax, colorMin and colorNoData but not the ocean color (at least not when reading the README)

benstigsen avatar Mar 19 '21 22:03 benstigsen

Actually, the ocean color is just the background color of the wrapper. You could overwrite that with CSS:

.svgMap-map-wrapper {
  background: #d9ecff;
}

StephanWagner avatar Mar 22 '21 09:03 StephanWagner

Keeping this issue open as this might me a nice option.

StephanWagner avatar Mar 22 '21 09:03 StephanWagner