JSFiddle - React, Tailwind, and code Playground
by justbn
HTML
<!--
You are free to copy and use this sample in accordance with the terms of the
Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>
Google Visualization API Sample
</title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load('visualization', '1', {packages: ['corechart']});
</script>
<script type="text/javascript">
function drawVisualization() {
// Create and populate the data table.
var data = google.visualization.arrayToDataTable([
["x","SLC 1 TXU","SLC 1 RXU","SLC 2 TXU","SLC 2 RXU"],["11\/15 06:30",96659,96659,119721,67679],["11\/15 07:00",134930,134930,109047,75155],["11\/15 07:30",185075,185075,173672,99603],["11\/15 08:00",317243,317243,350343,229894],["11\/15 08:30",443646,443646,420645,268256],["11\/15 09:00",687714,687714,737392,418451],["11\/15 09:30",750330,750330,732379,476854],["11\/15 10:00",838696,838696,843028,541889],["11\/15 10:30",850307,850307,813162,591243],["11\/15 11:00",865706,865706,902249,584524],["11\/15 11:30",866457,866457,889689,574370],["11\/15 12:00",787617,787617,794863,498654],["11\/15 12:30",750754,750754,721053,500820],["11\/15 13:00",725856,725856,702173,532901],["11\/15 13:30",758477,758477,747577,510042],["11\/15 14:00",798472,798472,826256,573172],["11\/15 14:30",830461,830461,843282,539952],["11\/15 15:00",850927,850927,900352,609709],["11\/15 15:30",885673,885673,931254,560804],["11\/15 16:00",926368,926368,943980,601692],["11\/15 16:30",921708,921708,888947,607606],["11\/15 17:00",877997,877997,874068,581603],["11\/15 17:30",788253,788253,837423,582786],["11\/15 18:00",734000,734000,763555,442871],["11\/15...