Home Forums Chart Support Creating a chart from data with SQL DB [PHP] Reply To: Creating a chart from data with SQL DB [PHP]

#22155

OK thanks!
Problem solved. I need to have 2 files connected: jquery.canvasjs.min and jquery.min.

I have one more question:
My database stores the date in the format: 2018-08-04 13:28:2. I would like to extract only an hour and a minute and display them on the X axis.
Unfortunately, the “valueFormatString property” does not work. How can I solve this problem?