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.
Highcharts を使用して、下の図のような分岐グラフを描画することはできますか?
端点を一致させる簡単な例を次に示します。
series: [{ data: [ [0, 29.9], [1, 71.5], [2, 100] ] },{ data: [ [2, 100], [3, 150] ] },{ data: [ [2, 100], [3, 50] ] }]
http://jsfiddle.net/YmucT/