update img tags and correct deploy
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-10 09:52:42 +01:00
parent d930de2081
commit 26676ab4e9
6 changed files with 53 additions and 26 deletions
+16 -1
View File
@@ -17,10 +17,25 @@ export function RepoSummary(props) {
options={{
indexAxis: "y",
responsive: true,
legend: {
labels: {
fontColor: "#ffffff",
},
},
scales: {
myScale: {
y: {
type: "category",
position: "left",
ticks: {
color: "white",
},
},
x: {
type: "logarithmic",
position: "bottom",
ticks: {
color: "white",
},
},
},
}}
@@ -2,3 +2,6 @@
max-width: 1000px
width: 50vw
margin: 150px 0
canvas
color: white