Updating speedometer data from json object created with PHP script

386 views Asked by At

Can someone tell me how to update the data into speedometer highchart from the Json object created using php script, Its working for bar charts and pie chart but i can't figure it out for the speedometer , The data formats is perfectly matching but i don't know how to update the data into the speedometer.js file.

1

There are 1 answers

0
Sebastian Bochan On

You need to get json, call point.update and chart will be redrawn.