Skip to content

Instantly share code, notes, and snippets.

View chris-vecchio's full-sized avatar

Chris Vecchio chris-vecchio

View GitHub Profile
{
chart: {
type: 'line',
//height: 400,
ganame: 'googleanalyticsname',
spacingBottom: 25,
marginRight: 15,
style: {
fontFamily: "Helvetica, Arial, sans-serif"
},
{
chart: {
type: 'line',
//height: 400,
ganame: 'googleanalyticsname',
spacingBottom: 25,
marginRight: 15,
style: {
fontFamily: "Helvetica, Arial, sans-serif"
},
{
series: [
{
index: 2,
zIndex: 1,
legendIndex: 2,
color: '#599871',
name: 'CPI',
dataname: 'cpi',
legendname: 'CPI',
var chartConfig = {
chart: {
type: 'line',
//height: 400,
ganame: 'googleanalyticsname',
spacingBottom: 25,
marginRight: 15,
style: {
fontFamily: "Helvetica, Arial, sans-serif"
},
var chartData = {
series: [
{
index: 2,
zIndex: 1,
legendIndex: 2,
color: '#599871',
name: 'CPI',
dataname: 'cpi',
legendname: 'CPI',
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
/**
* jquery-match-height 0.7.2 by @liabru
* http://brm.io/jquery-match-height/
* License: MIT
*/
;(function(factory) { // eslint-disable-line no-extra-semi
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD
date stusps geoid emp_yoy
1997-01-01 ak 02 1.648141050210813
1997-01-01 al 01 1.918661856346338
1997-01-01 ar 05 .9347524294308107
1997-01-01 az 04 4.510184287099905
1997-01-01 ca 06 2.433074657972219
1997-01-01 co 08 3.738717085937083
1997-01-01 ct 09 2.141396062388136
1997-01-01 dc 11 -1.698143151880661
1997-01-01 de 10 4.570333880678721
@chris-vecchio
chris-vecchio / unemployment_rate_data.csv
Created November 14, 2019 11:10
Unemployment rate example data
date kyra ohra para usra wvra
2000-01 4.2 4.1 4.1 4 5.8
2000-02 4.1 4.1 4 4.1 5.6
2000-03 4.1 4 4 4 5.5
2000-04 4.1 4 4 3.8 5.4
2000-05 4.1 4.1 4 4 5.4
2000-06 4.1 4.1 4.1 4 5.4
2000-07 4.1 4.1 4.1 4 5.4
2000-08 4.1 4 4.2 4.1 5.5
2000-09 4.2 4 4.2 3.9 5.5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.