0

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.

chaitanya
  • 17
  • 3

1 Answers1

0

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

Sebastian Bochan
  • 37,348
  • 3
  • 49
  • 75