| 1. |
Is There A Way To Get/convert The Resultset In Exactly The Same Format As Is Required By The Series Property Of Highcharts? |
|
Answer» Not got a chance to run the code below, but this should work or something very similar to this $series=array(); An advice is to always STICK to json_encode() for doing the jsonification. You may want to go through this EXAMPLE on the reference page to learn about how json_encode works with arrays in PARTICULAR Not got a chance to run the code below, but this should work or something very similar to this $series=array(); An advice is to always stick to json_encode() for doing the jsonification. You may want to go through this example on the reference page to learn about how json_encode works with arrays in particular |
|