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("holder");
このようにテキストを配置します
r.text(320, 100, "Interactive Donut Chart").attr({ font: "20px sans-serif" });
私のjsfiddleを見てください
graphaeljsインタラクティブドーナツ