JSFiddle - React, Tailwind, and code Playground

by superboggly

JavaScript

var width = 300, height = 300;
var tileWidth = width / 3;

// Build the chart
var svg = d3.select('body').append('svg')
    .attr({
        'width': width,
        'heigth': height
    });

var chart = svg.apend('g');
var xScale = d3.time.scale().domain([