Skip to content

Instantly share code, notes, and snippets.

View fformenti's full-sized avatar

Felipe Formenti Ferreira fformenti

View GitHub Profile
@fformenti
fformenti / index.html
Last active April 17, 2016 00:00
Simple Line Chart with Color Gradient
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.12/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script>
<style>
body {
font-family: futura;
width: 960px;