Skip to content

Instantly share code, notes, and snippets.

View jghorton14's full-sized avatar
🎯
Focusing

Jarrett Horton jghorton14

🎯
Focusing
View GitHub Profile
@jghorton14
jghorton14 / Modified.PNG
Last active April 4, 2018 04:10
Remove White Space in Image to create Transparency in JS
Modified.PNG
### Keybase proof
I hereby claim:
* I am jghorton14 on github.
* I am jghorton14 (https://keybase.io/jghorton14) on keybase.
* I have a public key ASDmgBb8dFnUZ-aQcV9ecID4WEPWyKDDdlWtOBzC5flXQQo
To claim this, I am signing this object:
@jghorton14
jghorton14 / D3LineGraph.html
Last active March 16, 2021 13:50
Simple Ajax D3 line graph. Trying to make it responsive on window resize
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
svg {
font: 10px "Times New Roman";
}