Search results

StaticFunctions API in React Circular Gauge API component

Root static functions of CircularGauge Component

getElementSize

function to get the size of the element.

Parameter Type Description
template string Specifies the template element.
gauge CircularGauge Specifies the gauge instance.
parent HTMLElement specifies the element.

Returns Size

getMousePosition

Function to get the mouse position

Parameter Type Description
pageX number Specifies the pageX value.
pageY number Specifies the pageY value.
element Element Specifies the element.

Returns GaugeLocation