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.
この場所にサンプル コードがあります。折れ線グラフに 1 年間の記録だけをプロットしたいと考えています。例: 2011 年、男性の総数は 70 人です。これを折れ線グラフにプロットしたいと思います。このスレッドのスクリーンショットの例を添付してください。
$DataSet->AddPoint(array("2011"=>7));
コード参照
$DataSet->AddPoint(array("2011"=>7, "2012"=>70));
または、あなたの質問が理解できませんでしたか?