A line chart whose data points work as tabs. Mouseover to view the aggregated value. Click to switch the values in the data table.
xxxxxxxxxx
<meta charset="UTF-8">
<title>Line Chart as Tabs</title>
<div class="container">
<div id="chart"></div>
<div id="datatable">
<table>
<thead>
<th></th>
<th></th>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- Tether tooltip JS dependencies -->
<script src="https://cdn.jsdelivr.net/gh/hubspot/tether/dist/js/tether.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hubspot/drop/dist/js/drop.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hubspot/tooltip/dist/js/tooltip.min.js"></script>
<link rel="stylesheet" href="https://raw.githubusercontent.com/HubSpot/tooltip/master/dist/css/tooltip-theme-arrows.css">
<!-- ThreesyLine dependencies. Styles can be overriden -->
<script src="https://cdn.jsdelivr.net/gh/threesy/threesy-line/dist/threesy-line.js"></script>
<link rel="stylesheet" href="https://raw.githubusercontent.com/threesy/threesy-line/master/dist/threesy-line.css">
<script src="line-tabs.js"></script>
<link rel="stylesheet" href="line-tabs.css">
Updated missing url https://raw.githubusercontent.com/HubSpot/tether/master/dist/js/tether.min.js to https://cdn.jsdelivr.net/gh/hubspot/tether/dist/js/tether.min.js
Updated missing url https://raw.githubusercontent.com/HubSpot/drop/master/dist/js/drop.min.js to https://cdn.jsdelivr.net/gh/hubspot/drop/dist/js/drop.min.js
Updated missing url https://raw.githubusercontent.com/HubSpot/tooltip/master/dist/js/tooltip.min.js to https://cdn.jsdelivr.net/gh/hubspot/tooltip/dist/js/tooltip.min.js
Updated missing url https://raw.githubusercontent.com/threesy/threesy-line/master/dist/threesy-line.js to https://cdn.jsdelivr.net/gh/threesy/threesy-line/dist/threesy-line.js
https://d3js.org/d3.v4.min.js
https://raw.githubusercontent.com/HubSpot/tether/master/dist/js/tether.min.js
https://raw.githubusercontent.com/HubSpot/drop/master/dist/js/drop.min.js
https://raw.githubusercontent.com/HubSpot/tooltip/master/dist/js/tooltip.min.js
https://raw.githubusercontent.com/threesy/threesy-line/master/dist/threesy-line.js