<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.charts.js"></script>
<!-- Dashboard example using FusionCharts.
This dashboard is built keeping the requirements of a store manager in any of Harry's supermart. It tries to provide insight on the 4 key metrics of a store. They are :
1. Sales / Revenue (Trend last 3 weeks)
2. No of Transactions (Trend last 3 weeks)
3. No of Footfalls (Trend last 3 weeks)
4. Customer Satisfaction Index (Trend last 3 weeks)
For the sake of simplicity this dashboard is based on a fixed date. Wich is 4th June 2014. Though the year is not relevant as all charts data is limited to last 3 weeks.
-->
<div id='controllers'>
<label for='width'>Width</label>
<input id='width' type='text' value='550' />
<label for='height'>Height</label>
<input id='height' type='text' value='350' />
<input id='change' class='resizebtn' type='Button' value='Resize' />
</div>
<div id='container'>
<div id='header'>
<div id='logoContainer'>
<img src="http://static.fusioncharts.com/sampledata/images/Logo-HM-72x72.png" alt='Logo' />
<div>
<h2>Harry's Supermart</h2>
<h4>Los Angeles Topanga</h4>
<p>Today: 4th June, 2014</p>
</div>
</div>
<div id='userDetail'>
<img src="http://static.fusioncharts.com/sampledata/images/user_image.jpg" alt='Logo' />
<div>
<p>Welcome John</p>
<p>Store Manager</p>
</div>
</div>
<div></div>
</div>
<div class='border-bottom' id='content'>
<div class='border-bottom'>
<div class='chartCont border-right' id='sales-chart-container'>FusionCharts will load here.</div>
<div class='chartCont'...