Skip to content

Instantly share code, notes, and snippets.

View john-guerra's full-sized avatar

John Alexis Guerra Gómez john-guerra

View GitHub Profile
@john-guerra
john-guerra / .block
Last active April 3, 2025 15:23
GeoJson Map of Bogotá
license: mit
@john-guerra
john-guerra / .block
Last active November 29, 2017 22:20
2017 US Federal Budget
license: mit
@john-guerra
john-guerra / .block
Last active July 26, 2018 22:14
SVG vs Canvas D3
license: mit
@john-guerra
john-guerra / .block
Last active September 28, 2017 23:44
Discrete vs continuous sequential scales with d3-scale-chromatic
license: mit
@john-guerra
john-guerra / .block
Last active September 28, 2017 23:39
Discrete vs continuous diverging scales with d3-scale-chromatic
license: mit
@john-guerra
john-guerra / .block
Created September 8, 2017 02:26
Scatterplot
license: gpl-3.0
@john-guerra
john-guerra / .block
Last active September 4, 2019 19:31
General Update Pattern Explained
license: gpl-3.0
@john-guerra
john-guerra / .block
Last active August 9, 2017 22:43
d3 example graph search - description query
height: 960
license: BSD-3-Clause
border: no
@john-guerra
john-guerra / index.html
Created July 26, 2017 17:08 — forked from jerrysong/index.html
Stock Vis
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- customized js and css -->
<script src="stock.js"></script>
<script src="utility.js"></script>
<script src="main.js"></script>
@john-guerra
john-guerra / .block
Created July 21, 2017 00:15
US States Cloropleth Reusable module
license: mit