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
Post a Comment