Skip to content

Instantly share code, notes, and snippets.

View auremoser's full-sized avatar
🐙

Aurelia Moser auremoser

🐙
View GitHub Profile
@auremoser
auremoser / index.html
Last active November 23, 2016 14:56
D3 Bar Vis 1
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.chart div {
font: 10px sans-serif;
background-color: #00dc97;
text-align: right;
padding: 3px;
margin: 1px;
@auremoser
auremoser / index.html
Last active November 22, 2016 20:22
DOM Access
<!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>
@auremoser
auremoser / index.html
Last active October 19, 2017 20:29
Combination Highchart
<!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">
@auremoser
auremoser / color.md
Last active November 1, 2016 14:16
DSI - Color Class
@auremoser
auremoser / index.html
Created October 29, 2016 23:01
Highcharts Gun Deaths
<!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">
@auremoser
auremoser / README.md
Last active October 29, 2016 22:44
Flooding Highcharts
@auremoser
auremoser / index.html
Last active October 26, 2016 05:04
Highcharts w/ Table
<!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>
@auremoser
auremoser / index.html
Last active March 17, 2018 23:14
Template - Highcharts
<!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">
@auremoser
auremoser / graph.md
Last active December 2, 2019 08:25
DSI - Graphs Class