This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user