Skip to content

Commit

Permalink
Merge pull request #1365 from opencomponents/update-client
Browse files Browse the repository at this point in the history
update oc-client to 1.7.12
  • Loading branch information
ricardo-devis-agullo committed Apr 10, 2024
2 parents 931c82e + 77d08ce commit bb9a364
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"multer": "^1.4.3",
"nice-cache": "^0.0.5",
"oc-client": "^4.0.1",
"oc-client-browser": "^1.7.11",
"oc-client-browser": "^1.7.12",
"oc-empty-response-handler": "^1.0.2",
"oc-get-unix-utc-timestamp": "^1.0.6",
"oc-s3-storage-adapter": "^2.1.1",
Expand All @@ -122,4 +122,4 @@
"universalify": "^2.0.0",
"yargs": "^17.7.2"
}
}
}
4 changes: 3 additions & 1 deletion src/registry/views/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ function statsJs(name: string, componentDetail: ComponentDetail) {
label: "${name}",
data: dataPoints,
tension: 0.1,
borderWidth: 1
borderWidth: 1,
backgroundColor: "#FF8C00",
}
new Chart(ctx, {
Expand Down Expand Up @@ -80,6 +81,7 @@ function statsJs(name: string, componentDetail: ComponentDetail) {
}
},
y: {
beginAtZero: true,
display: true,
title: {
display: true,
Expand Down

0 comments on commit bb9a364

Please sign in to comment.