Skip to content

Instantly share code, notes, and snippets.

View karen-izuka's full-sized avatar
🐣
Focusing

karen-izuka

🐣
Focusing
View GitHub Profile
@karen-izuka
karen-izuka / Celsius to Fahrenheit.EXCEL.yaml
Last active August 2, 2020 22:16
Converts the temperature in celsius to fahrenheit.
name: Celsius to Fahrenheit
description: Converts the temperature in celsius to fahrenheit.
host: EXCEL
api_set: {}
script:
content: |
/**
* Converts celsius to fahrenheit.
* @customfunction
* @param {number} celsius
@karen-izuka
karen-izuka / Basic custom function.EXCEL.yaml
Created August 2, 2020 17:43
Calculates the volume of a sphere.
name: Basic custom function
description: Calculates the volume of a sphere.
host: EXCEL
api_set: {}
script:
content: |
/**
* Calculates the volume of a sphere.
* @customfunction
* @param {number} radius
@karen-izuka
karen-izuka / data.csv
Last active February 18, 2020 18:43
Stacked Nested Bar Chart
year quarter year_quarter a b
2017 Q1 2017_Q1 5 10
2017 Q2 2017_Q2 7 12
2017 Q3 2017_Q3 8 13
2017 Q4 2017_Q4 10 8
2018 Q1 2018_Q1 9 12
2018 Q2 2018_Q2 13 8
2018 Q3 2018_Q3 14 6
2018 Q4 2018_Q4 12 7
2019 Q1 2019_Q1 7 13
@karen-izuka
karen-izuka / index.html
Last active February 17, 2020 20:03
Animated Stacked Barplot
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>The Gap Revenue by Brand</h1>
<div id="legend"></div>
@karen-izuka
karen-izuka / data.csv
Last active February 2, 2020 03:21
Grouped Bar Chart II
year quarter revenue
2017 Q1 4.649
2017 Q2 4.842
2017 Q3 5.181
2017 Q4 5.330
2018 Q1 5.013
2018 Q2 5.117
2018 Q3 5.028
2018 Q4 4.233
2019 Q1 3.674
@karen-izuka
karen-izuka / index.html
Last active January 21, 2020 22:37
Apartment Hunting
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Apartments</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway|Sofia&display=swap" rel="stylesheet"><body>
<h1>Apartment Comparison Chart</h1>
<div id="wrapper">
<div id="chart"></div>
@karen-izuka
karen-izuka / index.html
Last active February 18, 2020 18:47
Hand Drawn Bars
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hand Drawn Bar Chart</title>
<link href="https://fonts.googleapis.com/css?family=Gaegu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Sketched Bar Chart</h1>
@karen-izuka
karen-izuka / index.html
Last active January 7, 2020 16:27
Random Cats
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Random Cats</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Rochester&display=swap" rel="stylesheet">
</head>
<body>
<h1>Random Cat Generator</h1>
@karen-izuka
karen-izuka / README.md
Last active January 1, 2020 03:17
simple_barchart

test

@karen-izuka
karen-izuka / index.html
Created August 18, 2019 15:46
Chord Diagram
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Chord Diagram</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Immigration Patterns</h1>
<div id="chart"></div>