Closed Vindaar closed 5 years ago
Instead of only allowing colors based on Color objects, also allow maker colors based on numbers, defined by a ColorMap.
Color
Done by adding a colorVals and colormap field to the Marker object.
colorVals
colormap
Marker
Since #29 is merged, this is redundant.
Instead of only allowing colors based on
Color
objects, also allow maker colors based on numbers, defined by a ColorMap.Done by adding a
colorVals
andcolormap
field to theMarker
object.