chartjs-gauge

chartjs-gauge-v3 - v3.0.0-beta.1 / NeedleOptions

Interface: NeedleOptions

Table of contents

Properties

Properties

color

color: Color

The color of the needle


length

length: string | number

Needle length. String ending with ‘%’ means percentage of the chart radius, number means pixels.

Default

‘80%’


radius

radius: string | number

Needle circle. String ending with ‘%’ means percentage of the chart radius, number means pixels.

Default

‘10%’


width

width: string | number

Needle width. String ending with ‘%’ means percentage of the chart radius, number means pixels.

Default

‘15%’