###SVA-DSI ###Metrics and Data Visualiation I November 1st, 2016
Harris, J., Whale Hunt.
Harris, J., I love your work.
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| .chart div { | |
| font: 10px sans-serif; | |
| background-color: #00dc97; | |
| text-align: right; | |
| padding: 3px; | |
| margin: 1px; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>jQuery: DOM access</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> | |
| <link href="http://www.teaching-materials.org/common/bootstrap.css" rel="stylesheet"> | |
| </head> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Licensing Center Customer Data</title> | |
| <!-- Load JQuery --> | |
| <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| <script src="https://code.highcharts.com/modules/exporting.js"></script> | |
| <meta charset="utf-8"> |
###SVA-DSI ###Metrics and Data Visualiation I November 1st, 2016
Harris, J., Whale Hunt.
Harris, J., I love your work.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Gun Deaths Worldwide</title> | |
| <!-- Load JQuery --> | |
| <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| <script src="https://code.highcharts.com/modules/exporting.js"></script> | |
| <meta charset="utf-8"> |
Translation of this jsfiddle, put it in your Github Pages and you can make a little website! Re: this readme.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Fruits</title> | |
| <!-- Load JQuery --> | |
| <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| <script src="https://code.highcharts.com/modules/data.js"></script> | |
| <script src="https://code.highcharts.com/modules/exporting.js"></script> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Monthly Temp</title> | |
| <!-- Load JQuery --> | |
| <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script> | |
| <script src="https://code.highcharts.com/highcharts.js"></script> | |
| <script src="https://code.highcharts.com/modules/exporting.js"></script> | |
| <meta charset="utf-8"> |
###SVA-DSI ###Metrics and Data Visualiation I October 25th, 2016
Interactive to inspire: Tanahashi, Y., UC Davis, StoryLines You can read their paper on the topic here.