Ejemplo n.º 1
0
echo JText::_('COM_DIGICOM_REPORTS_NEW_CUSTOMERS');
?>
</p>
			 	</div>
			 </div>
		</div>

		<div class="panel">
			<div class="panel-header clearfix">
				<h3 class="panel-title"><span class="icon-bars"></span> <?php 
echo JText::_('COM_DIGICOM_REPORTS_SALES_ANALYTICS');
?>
</h3>
			</div>
			<?php 
$monthlyDay = DigiComHelperChart::getMonthLabelDay();
$monthlyPrice = DigiComHelperChart::getMonthLabelPrice($monthlyDay);
?>
			<div class="panel-content"> 
				<div><canvas id="myChart" width="945" height="200"></canvas></div>
			  
			  	<script type="text/javascript">
			  		var data = {
					    labels: [<?php 
echo $monthlyDay;
?>
],
					    datasets: [

					        {
					            label: "Monthly Report",