Skip to content

Commit

Permalink
Update 67
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEP00H committed Oct 3, 2023
1 parent c158ddf commit 6c2537d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/budget/charts/BudgetUsage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default Vue.extend({
mounted() {
this.rawData = filterByOrganize(
"งบมากไปน้อย",
this.$store.getters["data/getChartDataGroupByOrganizations"](),
this.$store.getters["data/getChartDataGroupByOrganizations"]({ year: 67 }),
);
const chartData = this.$store.getters["data/getChartData"]();
this.chartOrganize = this.rawData.slice(0, 5);
Expand Down
6 changes: 4 additions & 2 deletions components/budget/charts/YearlyBudget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
)
}}
</div>
<div class=" absolute bottom-[-30px] left-[50%] wv-b5 translate-x-[-50%]">
’{{ item.year }}</div>
<div class="absolute bottom-[-30px] left-[50%] wv-b5 translate-x-[-50%]">
’{{ item.year }}
</div>
</div>
<div class="flex flex-col-reverse w-full h-full relative justify-items-end">
<div
Expand Down Expand Up @@ -113,6 +114,7 @@ export default Vue.extend({
{ year: 64, amount: 75500000000 },
{ year: 65, amount: 78979446500 },
{ year: 66, amount: 79000000000 },
{ year: 67, amount: 89780661000 },
],
};
},
Expand Down

0 comments on commit 6c2537d

Please sign in to comment.