javascript - Update gauge dial with fusionCharts and AngularJs -


i have fusionchart gauge want update every second in angularjsi have json object values want use update gauge with.
think proplably should use function "setdata(dialindex, value)" somehow.
know how create interval not how use update function dail.

app.controller('startcontroller',function($scope...     $scope.datasource = {         "chart": {             ...             "dials": {                 "dial": [                 {                   "value": "65",                    ...                 }]             }         }; }); 

this fiddle might you. need instance of particular fusioncharts , need call api method (setdata or feeddata)


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -