Built with blockbuilder.org
forked from anonymous's block: fresh block
Built with blockbuilder.org
forked from anonymous's block: fresh block
| gistup |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <html> | |
| <head> | |
| <title>Transitions</title> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| Hello, world! HELLOHELLO |
| gistup |
| gistup |
| date | series1 | series2 | series3 | series4 | series5 | series6 | series7 | series8 | |
|---|---|---|---|---|---|---|---|---|---|
| 2005-01-01 | 100 | 100 | 100 | 100 | 100 | 100 | 100 | 100 | |
| 2005-02-01 | 100.4 | 100.5 | 100.1 | 100.1 | 100.3 | 101.1 | 100.8 | 101.7 | |
| 2005-03-01 | 100.6 | 100.8 | 99.9 | 100.3 | 100.6 | 101.2 | 101.2 | 101.3 | |
| 2005-04-01 | 101.3 | 101.6 | 99.7 | 100.9 | 101.2 | 102.2 | 102.4 | 101.5 | |
| 2005-05-01 | 102 | 102.3 | 99.7 | 101.5 | 101.9 | 102.8 | 103.4 | 101.1 | |
| 2005-06-01 | 102.9 | 103.4 | 99.6 | 102.6 | 103.1 | 103.5 | 104.2 | 101.5 | |
| 2005-07-01 | 104.3 | 105 | 100 | 104 | 104.7 | 104.7 | 105.6 | 102 | |
| 2005-08-01 | 105.9 | 106.6 | 101.5 | 105.6 | 106.2 | 106.4 | 107.3 | 103.5 | |
| 2005-09-01 | 107.2 | 107.8 | 103.8 | 106.5 | 107.1 | 108.5 | 109.4 | 106 |
| /* | |
| * This product includes color specifications and designs developed by Cynthia | |
| * Brewer (http://colorbrewer.org/). | |
| */ | |
| .YlGn .q0-3{fill:rgb(247,252,185)} | |
| .YlGn .q1-3{fill:rgb(173,221,142)} | |
| .YlGn .q2-3{fill:rgb(49,163,84)} | |
| .YlGn .q0-4{fill:rgb(255,255,204)} | |
| .YlGn .q1-4{fill:rgb(194,230,153)} | |
| .YlGn .q2-4{fill:rgb(120,198,121)} |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Map</title> | |
| <script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
| <style type="text/css"> | |
| svg { | |
| background: #eee; | |
| } | |