Hi Spruha,
Thank you for contacting Syncfusion Support.
We are unable to reproduce the reported issue with the provided scenario in the Circular Gauge component of version 19.4.0.48. We can’t able to render the scales on left and right side of the Circular Gauge. So, we have created a sample with two scales with the same center position in the control.
The Circular Gauge control will be reinitialized with the provided code snippet in your update. However, we can update the properties in the scale of the Circular Gauge by accessing its instance. Please find the code snippet below for your reference.
Code Snippet:
|
var circulargaugeObj = $("#CoreCircularGauge").data("ejCircularGauge");
circulargaugeObj.model.scales[1].pointers[0].value = 80;
circulargaugeObj.redraw(); |
Please find the sample for your reference below.
If the above sample do not meet your requirements, please modify the above sample to reproduce the reported issue and share the same to us. It will be helpful for us to analyze and assist you further.
Regards,
Indumathi R