Example #1
0
?>
 </span>
                    <!-- <span class="valore"></span>	 -->
                </div>
            </li>
        </ul>

    </div>
</div>

<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>-->
<?php 
$upazila_info = Dashboard_helper::get_upazilla_wise_income($user->zilla);
$total_male_female = Dashboard_helper::get_total_male_female_user_zilla($user->zilla);
$week_start_date = date('Y-m-d', strtotime("-7 day"));
$yesterday = date('Y-m-d', strtotime("-1 day"));
?>
<script>
    $(function () {
        $('#container').highcharts({
            chart: {
                type: 'column'
            },
            title: {
                text: '<?php 
echo $CI->lang->line('REPORT_TITLE_UPAZILLA') . ' (' . System_helper::Get_Eng_to_Bng($week_start_date) . ' ' . $CI->lang->line('TO') . ' ' . System_helper::Get_Eng_to_Bng($yesterday) . ')';
?>
'
            },