I'm trying to show the months in real time and put this tags,
but does not work. Any idea how to do it?
Code:
{$2_monthly}, {$3_monthly}
Code:
function drawChart() {
var data = google.visualization.arrayToDataTable([
['', '{$lng->g_out}', '{$lng->g_in}'],
['{$lng->g_this_month}', {$tot_out_0_monthly}, {$tot_in_0_monthly}],
['{$lng->g_last_month}', {$tot_out_1_monthly}, {$tot_in_1_monthly}],
['{$2_monthly}', {$tot_out_2_monthly}, {$tot_in_2_monthly}],
['{$3_monthly}', {$tot_out_3_monthly}, {$tot_in_3_monthly}]
]);