Changing background of JqxRadialGauge

Does this help?

https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgauge/jquery-gauge-api.htm?search=

colorScheme String ‘scheme01’
Sets the gauge’s color pallete. jqxGauge suppports 11 color schemes from ‘scheme01’ to ‘scheme11’.

Code examples

Set the colorScheme property.

$('#jqxGauge').jqxGauge({ colorScheme: 10 });

Get the colorScheme property.

var colorScheme = $('#jqxGauge').jqxGauge('colorScheme');

Try it: colorScheme is set to ‘scheme01’|

Share your story with the AppStudio Community! Quarantine Stories