This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>dot plot</title> | |
</head> | |
<body> | |
<div class="flourish-embed" data-src="visualisation/637304"></div><script src="https://public.flourish.studio/resources/embed.js"></script> | |
</body> |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>d3js</title> | |
<script src="https://d3js.org/d3.v5.min.js"></script> | |
<style> | |
.chart div { | |
font: 10px sans-serif; |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>makeovermonday - w35</title> | |
</head> | |
<body> | |
<div style="text-align:center;"> |
This file contains 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"> | |
<script src="https://d3js.org/d3.v5.min.js"></script> | |
<div id="viz"></div> | |
<script> | |
var data = [ | |
{"name":"Alberto Cairo","value":140,"gender":"M","twitter":"https://twitter.com/albertocairo","url_img":"https://pbs.twimg.com/profile_images/1069593505553633281/hoG3VcMt.jpg"}, | |
{"name":"Edward Tufte","value":68,"gender":"M","twitter":"https://twitter.com/edwardtufte","url_img":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSYaI-XgI8UWdMFTpPmc77ZdxHvSMybQLQ9b9R9Vt3CmrOWjPVa"}, | |
{"name":"Elijah Meeks","value":65,"gender":"M","twitter":"https://twitter.com/elijah_meeks","url_img":"https://miro.medium.com/max/3150/0*T9XkUm9rdJC0ZY3g.jpeg"}, |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>w34</title> | |
</head> | |
<body> | |
<div id="q1"></div> | |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>carrera de barras</title> | |
</head> | |
<body> | |
<div class="flourish-embed" data-src="visualisation/602231"></div><script src="https://public.flourish.studio/resources/embed.js"></script> |
We can make this file beautiful and searchable if this error is corrected: It looks like row 6 should actually have 22 columns, instead of 2 in line 5.
This file contains 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
sponsor picture grupo 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 | |
Gilead https://g.foolcdn.com/art/companylogos/square/gild.png 1 180 0 2306 3679 9493 1527 2799 1484 3707 897 4379 10845 8345 12811 6603 6352 15447 8621 1254 | |
AbbVie https://thumbor.forbes.com/thumbor/416x416/filters%3Aformat%28jpg%29/https%3A%2F%2Fi.forbesimg.com%2Fmedia%2Flists%2Fcompanies%2Fabbvie_416x416.jpg 1 799 86 207 215 220 575 3499 6648 2532 3847 3472 9369 10969 11972 10895 9652 14944 17622 | |
Bayer https://pbs.twimg.com/profile_images/1155720249502773248/rvVzbAsP_400x400.jpg 1 1063 984 5206 54849 17788 10946 19344 38368 11267 7478 6121 8474 4940 36340 18216 22454 4167 5511 5606 | |
JNJ https://media.licdn.com/dms/image/C4D0BAQFwn8CHaum_AA/company-logo_200_200/0?e=2159024400&v=beta&t=ZyN26tbb_CBn_a-YrYah5aV5lMzSPSlUr8mDqC7Whuo 1 8523 15090 7476 10821 17614 10485 36204 25139 31800 18856 16473 11597 12823 18971 35334 19680 6742 12135 9073 | |
Roche http://www.marcasur.com/archivos/destacado_portada |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>RAW</title> | |
</head> | |
<body> |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>bar chart</title> | |
<script src="https://d3js.org/d3.v5.min.js"></script> | |
</head> | |
<body> |
This file contains 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> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>bar chart</title> | |
<script src="https://d3js.org/d3.v5.min.js"></script> | |
</head> | |
<body> |