This is a bar chart showing counts of medals won by country at the 2012 summer Olympics, with one panel per type of medal. Made with Webcharts using the .multiply() method.
xxxxxxxxxx
<html lang="en">
<title>Webcharts - Grouped Bar Chart</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="https://cdn.rawgit.com/RhoInc/Webcharts/master/css/webcharts.css">
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src='https://cdn.jsdelivr.net/gh/rhoinc/webcharts/build/webcharts.js'></script>
</head>
<body style="padding:1em;">
</body>
<script src="groupedBarChart.js" defer></script>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Updated missing url https://rawgit.com/RhoInc/Webcharts/master/build/webcharts.js to https://cdn.jsdelivr.net/gh/rhoinc/webcharts/build/webcharts.js
https://d3js.org/d3.v3.min.js
https://rawgit.com/RhoInc/Webcharts/master/build/webcharts.js