Posts by Leonardo • 31 points
4 posts
-
0
votes1
answer60
viewsA: Error showing data in Highstock chart
The solution is in the script to create CSV to replace " by a space because when creating CSV the script included at the beginning " removing that the chart works perfectly I leave the code below:…
-
1
votes1
answer60
viewsQ: Error showing data in Highstock chart
I have a chart Highstock in which I create a CSV coming from my database to then show this data on the chart, but it turns out that the graph only recognizes the CSV if after the CSV is created and…
-
2
votes1
answer679
viewsQ: Mysql Date for Highcharts
Good I have been here a few days back from this subject until I got something, my only problem now and convert my chart which I was reading through a CSV to now read directly from MYSQL My original…
-
0
votes1
answer78
viewsQ: Convert JSON to 2 string in php
Boas. I have a json file that I wanted to convert into 2 string in php and then write to the database; my json at the moment comes like this: [ [ 1455628560, 2340 ], [ 1455628620, 2340 ], ] My…