Interface InterleavedCirclesOptions

Hierarchy

  • InterleavedCirclesOptions

Properties

borderColors?: NumberArray | Dataset

The color of the borders. If this value is a single Vector4, it will apply to all the circles. Default [0, 0, 0, 1].

borderWidths?: number | NumberArray | Dataset

The width of the borders in pixels. If this value is a single number, it will apply to all the borders. Default 3.

colors?: NumberArray | Dataset

The interior color of the circles. If this value is a single Vector4, it will apply to all the circles. Default [0, 0, 0, 0.5].

radii?: number | NumberArray | Dataset

The radius of the circles (including border) in pixels. If this value is a single number, it will apply to all the circles. Default 10.

Generated using TypeDoc