Skip to content

Commit

Permalink
fix(admin-ui): fix bars alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjatin-dev committed Jul 14, 2022
1 parent 3d1fd39 commit d283b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-ui/app/routes/Dashboards/Chart/DashboardChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const DashboardChart = () => {
<CartesianGrid strokeDasharray="3 3" />
<Tooltip />
<Legend wrapperStyle={{ color: '#fff' }} />
<Bar dataKey="client_credentials_access_token_count" fill={'#FE9F01'} />
<Bar dataKey="authz_code_access_token_count" fill={'#9CBEE0'} />
<Bar dataKey="authz_code_idtoken_count" fill={'#8D9460'} />
<Bar dataKey="client_credentials_access_token_count" fill={'#FE9F01'} />
</BarChart>
</ResponsiveContainer>
)
Expand Down

0 comments on commit d283b04

Please sign in to comment.