Skip to content

Instantly share code, notes, and snippets.

@tikitikipoo
Last active August 29, 2015 13:56
Show Gist options
  • Save tikitikipoo/8995935 to your computer and use it in GitHub Desktop.
Save tikitikipoo/8995935 to your computer and use it in GitHub Desktop.

グラフ描画ライブラリ調査

d3.js

公式・ギャラリー

Github

SVG使用しているサンプルはIE8以下では動かない。

Angular.jsのdirective機能を利用したライブラリ2つ

導入・サンプル

所感

データを可視化をするライブラリとして昨今話題のd3.js。ただシンプルなグラフチャートをゴールにするとあまり使いやすくない。dangle.jsもRadianもデザインいいとは言えない。

Chart.js

公式・ギャラリー

Github

導入・サンプル集

所感

実装もそんなに難しくない印象。事例集もまぁまぁ出てくるのでけっこうよいのでは。

Google Charts

公式

ギャラリー

導入・サンプル集

その他

所感

文句なし。かなりサンプルコードも豊富。

amChart

公式

ギャラリー

その他

所感

デザインがきれい。コードも分かりやすい。サンプルコードも豊富。

その他ライブラリ

  • Hightcharts.js
  • gRaphaël
  • jQuery Visualize Plugin

参考サイト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment