Skip to content

Instantly share code, notes, and snippets.

View shimizu's full-sized avatar

shimizu shimizu

View GitHub Profile
@shimizu
shimizu / d3.geo2circle.js
Last active February 15, 2017 13:16
Rain drop -Japan-
if(!d3.geo2circle) d3.geo2circle = function(coordinates, radius) {
//circle 生成用の変数
var circle = [],
length = 0,
lengths = [length],
polygon = d3.geom.polygon(coordinates),
p0 = coordinates[0],
p1,
x,
@shimizu
shimizu / index.html
Last active March 7, 2018 06:37
Presimplify Example
<!DOCTYPE html>
<meta charset="utf-8">
<title>presimplify example</title>
<style>
html, body {
width:100%;
height: 100%;
margin: 0px;
padding: 0px;
}
@shimizu
shimizu / README.md
Last active August 29, 2015 14:27
D3.js & Hammer.js

Hummer.jsを使ってD3.jsで生成した要素にスワイプイベントなどを設置するサンプル。

@shimizu
shimizu / README.md
Last active August 31, 2015 06:07
D3 drag behavior example

ドラッグに追従するサークル群

@shimizu
shimizu / README.md
Last active April 12, 2016 03:04
楽天カード明細ツリーマップ

楽天カードの明細csvを読み込んで当月請求額を基準としたツリーマップを表示します。

csvはアップロードされるわけでは無く、フロントエンド(ブラウザ)上だけで処理されますが、不安な方は自サーバーなどにindex.htmlをアップしてためしてみてください。

なお、Chromeでしか動作確認してません。

@shimizu
shimizu / index.html
Last active June 6, 2019 07:50
人型グラフ
<html>
<style>
html, body{
width:100%;
height:100%;
}
svg {
width: 960px;
height:500px;
@shimizu
shimizu / README.md
Last active October 25, 2016 01:56
Smooth path

地図上のパスを滑らかに表示

@shimizu
shimizu / README.md
Last active January 30, 2019 09:31
MapboxGL & D3.js - point
@shimizu
shimizu / README.md
Last active August 14, 2022 10:52
MapboxGL & D3.js - polygon
@shimizu
shimizu / README.md
Last active March 6, 2018 07:13
SVG textで改行 part.1

古いバージョンのsafariなどで、動かないことがある。

Built with blockbuilder.org