D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
Población por provincia (usando Google spreadsheets)
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>PoblaciĆ³n por provincia</title> </head> <body> <iframe width="673" height="546" seamless frameborder="0" scrolling="no" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSNJw618zejPHsOMxSieSHa57tcmHzftHWIuRm8jHP3rQc9DvRhQEKniMqhlzOrWd6A8aMzb6j-2nTZ/pubchart?oid=1548396144&format=interactive"></iframe> </body> </html>