3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

D3.jsとは

Posted at

こんにちは
未来電子という会社でインターンをさせてもらっているものです。
プログラミング経験が浅いので、おてやわらかにお願いします。

今回はD3.jsについて紹介していきます。

#D3.jsとは
D3.jsとはData Driven Documentのことで、データのヴィジュアル化を簡単にします。
具体的に説明すると、D3.jsとはデータをもとにSVGでを描画するJavaScriptライブラリのことです。

[こちら](D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.)のサイトにサンプルがあります。

#D3.jsで使われる技術
D3.jsでは
HTML
DOM
SVG
CSS
JavaScript
が使われます。
これらを知っておくことは前提条件となります。

#まとめ
D3.jsはテンプレートが用意されているわけではないため、知識の無い状態では簡単に使うことができなさそうです。
しかししっかりとドキュメントを読んで行くと、非常に便利に感じることができるでしょう。
私も使いこなせるようにがんばります!

#参考サイト
https://d3js.org
https://shimz.me/blog/d3-js/2977

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?