Skip to content

Commit

Permalink
Shrink the Dashboard graph slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Sep 13, 2024
1 parent c306acf commit 4956b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/ui/src/screens/Dashboard/DashboardGraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function DashboardGraph() {
<CardBody>
<LineChart
jobStatus={jobStatusSelection}
height={300}
height={220}
id="d3-line-chart-root"
data={jobGraphData}
/>
Expand Down

0 comments on commit 4956b36

Please sign in to comment.