I have at the moment an ajax thing but I cant fill the value of the gauge....
$.ajax({
type: "GET",
url: '/Home/FillG', // 'ControllerName/ActionName'
//dataType: "json",
success: function (data) {
var fill = document.getElementById("gauge");
fill.value = data;
},
error: function () {
}
});
.Pointer(pointer => pointer.Value(0).Color("black")) //Get value of controller / ajax