D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
aaizemberg
Full window
Github gist
Evolución del precio de las empanadas
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>El precio de las empanadas</title> </head> <body> <iframe width="900" height="600" scrolling="no" frameborder="no" src="https://fusiontables.google.com/embedviz?containerId=googft-gviz-canvas&viz=GVIZ&t=LINE_AGGREGATE&isXyPlot=true&bsize=0.0&q=select+col5%2C+col4+from+1gc5cgUBekaW53dKBbCM7WW1esbh94WZd6RxbKmw+where+col0+%3D+'6'&qrs=+and+col5+%3E%3D+&qre=+and+col5+%3C%3D+&qe=+order+by+col5+asc&uiversion=2&rstart=2012%2F5%2F16+15%3A0%3A0&rend=2017%2F4%2F2+21%3A0%3A0&gco_forceIFrame=true&gco_hasLabelsColumn=true&width=900&height=600"></iframe> </body> </html>