Retrieving JSON data for Highcharts with multiple series?

后端 未结 1 1434
隐瞒了意图╮
隐瞒了意图╮ 2021-01-22 07:38

I\'ve been looking through tons of examples but I can\'t seem to get my code to pull out the data. The chart is blank.

I have a php file that gives the following: (date,

相关标签:
1条回答
  • 2021-01-22 08:32

    As per Pal's comment - changed it to this:

    val1.push([value[0], value[1]]);
    val2.push([value[0], value[2]]);
    
    0 讨论(0)
提交回复
热议问题