42 lines
1.4 KiB
Smarty
42 lines
1.4 KiB
Smarty
{**
|
|
* 2010-2023 Webkul.
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* All right is reserved,
|
|
* Please go through LICENSE.txt file inside our module
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade this module to newer
|
|
* versions in the future. If you wish to customize this module for your
|
|
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
|
|
*
|
|
* @author Webkul IN
|
|
* @copyright 2010-2023 Webkul IN
|
|
* @license LICENSE.txt
|
|
*}
|
|
|
|
<section id="dashinsights" class="widget allow_push">
|
|
<div class="panel">
|
|
<div class="panel-heading">
|
|
<i class="icon-area-chart"></i> {l s="Insights" mod="dashinsights"}
|
|
<span><small class="text-muted" id="dashinsights_heading_zone_one"></small></span>
|
|
<span class="panel-heading-action">
|
|
<a class="list-toolbar-btn" href="#" onclick="refreshDashboard('dashinsights'); return false;" title="{l s="Refresh" mod="dashinsights"}">
|
|
<i class="process-icon-refresh"></i>
|
|
</a>
|
|
</span>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<p class="chart-label">{l s='Length of Stay (%)'}</p>
|
|
<div class="chart with-transitions insight-chart-wrap" id="dashinsights_length_of_stay">
|
|
<svg></svg>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|