Hi guys I have some php code and a few events in C3 that sends data to a database but I would then like to be able to retrieve the infomation so I have tried using an ajax request url and then set a text object to ajax.lastdata but it doesent seem to work.
The url I request gives the data in a table with three collumns id, name, , latitude, longitude I just need to get c3 to use ajax and get these values.