emptyFill: EmptyFill = ...

Singleton object which indicates that component should not have fill color.

When emptyFill is used, the area that would be filled does NOT trigger mouse / touch -events (if this is desired, use a transparent SolidFill instead).

emptyFill Usage:

Use emptyFill with:

 // Example
PointSeries.setPointFillStyle(emptyFill)
 // Example, construct a SolidLine.
const lineStyle = new SolidLine({
thickness: 1,
fillStyle: emptyFill
})

Related information:

For more fill styles, see: