Commit bbd8acad by Phạm Văn Đoan

thêm thiếu dấu phẩy

parent 9dd3b6ad
......@@ -53,7 +53,7 @@
if (0 < o("#task-area-chart").length) {
t.push(this.respChart(o("#task-area-chart"), "Line", {
labels: [
<?php foreach ($months as $month): ?>
<?php foreach ($months as $month): ?>,
"<?php echo ucfirst($month); ?>",
<?php endforeach; ?>
],
......@@ -62,7 +62,7 @@
backgroundColor: "rgba(114, 124, 245, 0.3)",
borderColor: "#727cf5",
data: [
<?php foreach ($month_wise_income as $income): ?>
<?php foreach ($month_wise_income as $income): ?>,
"<?php echo $income; ?>",
<?php endforeach; ?>
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment