stackoverflow.com › questions › add-y-axis-gridlines-t... 2018/02/09 · A solution comes from this issue post on GitHub. Basically just translate the axis group by half the width of the band: var yScale = d3.
stackoverflow.com › questions › add-y-axis-gridlines-t... 2018/02/09 · A solution comes from this issue post on GitHub. Basically just translate the axis group by half the width of the band: var yScale = d3.
※記事内の情報が古くなっています。 ファーストインプレッション! E2D3 ver. 0.2 (Excel to D3) | MA【エム・エー】 by Mashup Awards Excelでいつも作っているグラフをもっと恰好良くしたくないですか?でも,デザインソフトを自分で習得するには時間がかかりますし,グラフ作成をデザイナーに依頼にはお金がかかります.そこで我々は,ExcelからD3ライブラリーを簡単に呼び出せるOffice用アプリE2D3(Excel to D3)を開発しました.D3は2014年,世界で最も注目されているグラフィックライブラリーです.E2D3を使えば,D3の詳細な中身を理解する必要なく,簡単なExcel操作のみでビジュアルインパクトが強烈なグラフを作成できるようになります! 以前から注目していた「E2D3」がリリースされたそうなので使ってみました。 詳しい内容は以下の
残念なことにwindowsではjake(JavaScript build tool)がうまくインストールされないらしくビルドの途中でエラーを吐いてとまります。 サンプルコード 内部ではjsdomを使ってDOM操作を行っています。基本的にはフロントエンドでD3を使用するのと変わりません。 var d3 = require("d3"); var svg = d3.select("body") .append("svg") .attr({ "xmlns": "http://www.w3.org/2000/svg", "width": 750, "height": 750 }); svg.append('circle') .attr({ cx:100, cy:100, r:80, fill:'red' }) console.log(d3.select('body').node().innerHTM
//プロジェクション設定 var projection = d3 .geoMercator() //投影法の指定 .scale(16000) //スケール(ズーム)の指定 .rotate([-0.25, 0.25, 0]) //地図を回転する [x,y,z] .center([139.0032936, 36.3219088]); //中心の座標を指定 //パスジェネレーター生成 var path = d3.geoPath().projection(projection); //地図用のステージ(SVGタグ)を作成 var map = d3.select("body") .append("svg") .attr("width", 960) .attr("height", 500); //地理データ読み込み d3.json("gunma.geojson", drawMaps); //地図を描画
This project is an attempt to build re-usable charts and chart components for d3.js without taking away the power that d3.js gives you. This is a very young collection of components, with the goal of keeping these components very customizable, staying away from your standard cookie cutter solutions. View more examples » GitHub Repo Download d3.v3.js. This is the only required library for NVD3. Dow
D3The JavaScript library for bespoke data visualization Create custom dynamic visualizations with unparalleled flexibility
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く