Has Highlight Decorator
A mark that implements HasMarkDecorator allows to define a DatumDecorator to highlight each of its Datums.
Properties
defaultHighlightDecorator
Link copied to clipboard
The default highlight decorator for this Mark, if you use a custom DatumDecorator you may want to call defaultHighlightDecorator(datum, x, y, drawingZone) to draw the expected sign.
highlightDecorator
Link copied to clipboard
The highlight decorator lambda will be called on each sign, use this to draw custom decorations on a highlighted sign.