A Pen by Alan David Garcia on CodePen.
Adapted from http://plnkr.co/edit/LneUEK?p=preview
Tests for rendering and animating SVG via ajax, embedded object, use tag, and inline.
A Pen by Alan David Garcia on CodePen.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Adds zoom in + out buttons to topojson features. Adapted from mbostock’s block #9656675
Uses zoom transitions to smoothly interpolate between different views. This example also allows you to freely pan and zoom with the mouse (or touch).
http://bl.ocks.org/mbostock/9656675
A Pen by Alan David Garcia on CodePen.
Some of these files are from the us-atlas:
- us.json -
make topo/us-10m.json - us-congress-113.json -
make topo/us-congress-10m.json
Others are from the world-atlas:
- world-50m.json -
make topo/world-50m.json - world-110m.json -
make topo/world-110m.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <link href="http://trifacta.github.com/vega/css/vega.css" rel="stylesheet"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script src="http://trifacta.github.com/vega/vega.js"></script> | |
| <script> | |
| function parse(spec) { | |
| vg.parse.spec(spec, function(chart) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <link href="http://trifacta.github.com/vega/css/vega.css" rel="stylesheet"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script src="http://trifacta.github.com/vega/vega.js"></script> | |
| <script> | |
| function parse(spec) { | |
| vg.parse.spec(spec, function(chart) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title></title> | |
| <link href="http://trifacta.github.com/vega/css/vega.css" rel="stylesheet"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script src="http://trifacta.github.com/vega/vega.js"></script> | |
| </head> | |
| <body> | |
| <div id="vis"></div> | |
| </body> |
US State Emissions Choropleth