Root static functions of CircularGauge Component
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
To trigger the download element
Parameter | Type | Description |
---|---|---|
fileName | string |
Specifies the file name. |
type | string |
Specifies the export type. |
url | string |
Specifies the url. |
isDownload | boolean |
Specifies the boolean value. |
Returns void