How can I change the color of the labels of the Gauge?
I tried this in JSfiddle:
$(‘#jqxbutton’).click(function () {
$(‘#gaugeContainer’).jqxGauge({
labels:
{
distance: ’50px’,
position: ‘inside’,
interval: 20,
offset: [0, -10],
visible: true,
style: { ‘theme-specific-color’: ‘#C13636’ },
formatValue: function (value) {
return value;
}
}
});
});
the help write for the Labels (it is talking about pointer style in the Labels):
‘style’ – specifies the gauge’s pointer style. Here you can set it’s fill or stroke color