I have my gauge bound with MVVM, and when I change the value the gauge animates...
Even though I tell it not to
Even though I tell it not to
$("#phase-gauge").kendoRadialGauge({ transitions: false, pointer: { color: "#FF5770" }, scale: { min: 1, max: 7, majorUnit: 1 } });