
			<h2 id="$chart_id"></h2>
			<div class="bigcontainer">
			<div class="smallcontainer"><button  type="button" onclick="save2($graphvar,'$download_title')" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-download-alt"></span></button>
			<div id="$divname" class = "chart"></div>
			<div class="interaction"><br/><br/><b> Highlight Date Range:</b> 
			<input id="$fromdate" type="date" placeholder="YYYY-MM-DD" style="width:105px; font-size: 0.85em"/><b>:</b><input id="$todate" placeholder="YYYY-MM-DD" type="date"style="width:105px; font-size: 0.85em"/>
			<input name="buttonExecute" onclick="Highlight(document.getElementById('$fromdate').value,document.getElementById('$todate').value,$graphvar)" type="button" value="submit" />
			<button id = "$restorebutton" class="buttons">All historical data</button>
			<button id = "$yearbutton" class="buttons">1 year data</button>
			</div></div><div id="$labeldiv" class= "labels" ></div></div>


			