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.
グラファエルを使用してデータの棒グラフを描画していますが、棒グラフにラベルを付ける方法がわかりませんでした。
var r = Raphael(element); r.hbarchart(10, 20, 500, 220, barData, {colors:colors, type:'square'}).hover(fin, fout);
labelチャート オブジェクトを呼び出します。
label
var barChart = r.g.barchart(0, 0, 200, 200, [3,2,1]); barChart.label(['a','b','c']);