xxxxxxxxxx
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test-Dashboard</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/dc/3.0.9/dc.min.css">
<!-- Dashboard Dependecies -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/keen/dashboards@gh-pages/assets/css/keen-dashboards.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- <script type='text/javascript' src='https://cdn.jsdelivr.net/gh/crossfilter/reductio/reductio.min.js'></script> -->
<style>
html, body {
height: 100%;
width: 100%;
}
.dc-chart {
float: left
}
</style>
</head>
<body class="keen-dashboard">
<!-- Navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<span>
<a class="navbar-brand" title="Click to view data source" target="_blank" href="https://github.com/square/crossfilter/wiki/API-Reference">
Dc.js Simple Dashboard
</a>
</span>
</div>
</div>
</div>
<!-- Dashboard -->
<div class="container-fluid container" style="margin-top: 5em;">
<div id="line-chart" class="svg-container">
<div class="chart-title">
<span>
<strong>Time Trend</strong>
</span>
<span>
<a href="javascript:lineChart.filterAll(); dc.redrawAll();" style="display:none;" class="reset">reset</a>
</span>
</div>
</div>
<!-- column 2 for row -->
<div id="pie-chart" class="svg-container">
<div class="chart-title">
<span>
<strong>Pay Types</strong>
</span>
<span>
<a href="javascript:pieChart.filterAll(); dc.redrawAll();" style="display:none;" class="reset">reset</a>
</span>
</div>
</div>
</div>
<div id="bar-chart" class="svg-container">
<div class="chart-title">
<span>
<strong>Bar Types</strong>
</span>
<span>
<a href="javascript:barChart.filterAll(); dc.redrawAll();" style="display:none;" class="reset">reset</a>
</span>
</div>
</div>
<div id="bar-chart2" class="svg-container">
<div class="chart-title">
<span>
<strong>Bar Types</strong>
</span>
<span>
<a href="javascript:barChart2.filterAll(); dc.redrawAll();" style="display:none;" class="reset">reset</a>
</span>
</div>
</div>
<div id="line-chart2" class="svg-container">
<div class="chart-title">
<span>
<strong>Line Types</strong>
</span>
<span>
<a href="javascript:lineChart2.filterAll(); dc.redrawAll();" style="display:none;" class="reset">reset</a>
</span>
</div>
</div>
</body>
<div id="line-chart2"></div>
<script data-require="underscore.js@1.5.2" data-semver="1.5.2" src="https://cdn.jsdelivr.net/underscorejs/1.5.2/underscore-min.js"></script>
<!-- <script data-require="coffee-script@1.4.0" data-semver="1.4.0" src="//cdnjs.cloudflare.com/ajax/libs/coffee-script/1.4.0/coffee-script.min.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.7/crossfilter.js"></script>
<!-- <script src="d3.js"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/5.15.1/d3.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dc/3.2.1/dc.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/reductio/1.0.0/reductio.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js"></script>
<script lang="babel" type="text/babel" src="index.js"></script>
</html>
Updated missing url https://rawgit.com/crossfilter/reductio/master/reductio.min.js to https://cdn.jsdelivr.net/gh/crossfilter/reductio/reductio.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/js/bootstrap.min.js
https://rawgit.com/crossfilter/reductio/master/reductio.min.js
https://cdn.jsdelivr.net/underscorejs/1.5.2/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/coffee-script/1.4.0/coffee-script.min.js
https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.7/crossfilter.js
https://cdnjs.cloudflare.com/ajax/libs/d3/5.15.1/d3.js
https://cdnjs.cloudflare.com/ajax/libs/dc/3.2.1/dc.js
https://cdnjs.cloudflare.com/ajax/libs/reductio/1.0.0/reductio.js
https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js