Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Mar 25, 2024
1 parent 89e4b87 commit 8614d1f
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 68 deletions.
143 changes: 75 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function setExcludedCategoriesFromSelect(): void {

function updateChartData(): void {
divider = (document.querySelector("form #isShowMonthlyValues") as HTMLInputElement).checked ? numberOfMonths : 1;
console.debug('using divider ' + divider);

// verify that excludedCategoryIds does not contain main node
const index = excludedCategoryIds.indexOf(mainNodeId);
Expand Down

0 comments on commit 8614d1f

Please sign in to comment.