Multiple Gauge with Data and Options being loaded by Ajax
10 views
Skip to first unread message
Somesh Garje
unread,
Mar 11, 2019, 10:45:42 AM3/11/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello,
I have a requirement where i have to create multiple guage with data and options defined for each gauge in a flat file database. I am getting the data from DB via AJAX which is calling a PHP file and response is coming as a multi dimentional array assigned to a global varaible. Please help me achieve this. I tried giving the values to options and data using the array from AJAX but drawChart function considers it as an empty array