Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JSON-Array を生成する php ファイルを作成しようとしています。この例のように、Highstock-Series の複数のシリーズを描画したい:
jsfiddle
出力はどのように設計されていますか?
$.getJSON('http://www.highcharts.com/samples/data/jsonp.php? filename='+ name.toLowerCase() +'-c.json&callback=?',
ご挨拶
したがって、JSON では、例のように 3 つのシリーズが必要ですが、json は php で配列として構築し、json_encode() 関数でエンコードできます。