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

java - Incorrect order of records in M-M relationship in hibernate -

ruby - Net::HTTP extremely slow responses for HTTPS requests -

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -