Home Forums Chart Support candlestick chart with mysql Reply To: candlestick chart with mysql

#13584

kiukiu

data_points must be array of objects. So, each element inside an array must be an object.
y value should be an array of 4 values not just comma separated value.

Also, try with following things and check if there is some error:

-> echo $result and see if it is returning a value from DB
-> echo $data_points to check if you have the value in prescribed format.

  • This reply was modified 7 years, 4 months ago by Bivek Singh.