File tree 2 files changed +3
-17
lines changed
2 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,6 @@ export default function* rootSaga() {
46
46
47
47
function buildData ( stat ) {
48
48
const result = stat . map ( ( entry ) => buildEntry ( entry ) )
49
- // result.push({
50
- // month: 202111,
51
- // mau: 5,
52
- // client_credentials_access_token_count: 68,
53
- // authz_code_access_token_count: 785,
54
- // authz_code_idtoken_count: 567,
55
- // })
56
- // result.push({
57
- // month: 202112,
58
- // mau: 3,
59
- // client_credentials_access_token_count: 28,
60
- // authz_code_access_token_count: 75,
61
- // authz_code_idtoken_count: 257,
62
- // })
63
49
return result
64
50
}
65
51
function buildEntry ( el ) {
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ const DashboardChart = () => {
60
60
< CartesianGrid strokeDasharray = "3 3" />
61
61
< Tooltip />
62
62
< Legend wrapperStyle = { { color : '#fff' } } />
63
- < Bar dataKey = "authz_code_access_token_count" fill = { '#303641 ' } />
64
- < Bar dataKey = "authz_code_idtoken_count" fill = { '#303641 ' } />
65
- < Bar dataKey = "client_credentials_access_token_count" fill = { '#303641 ' } />
63
+ < Bar dataKey = "authz_code_access_token_count" fill = { '#9CBEE0 ' } />
64
+ < Bar dataKey = "authz_code_idtoken_count" fill = { '#8D9460 ' } />
65
+ < Bar dataKey = "client_credentials_access_token_count" fill = { '#FE9F01 ' } />
66
66
</ BarChart >
67
67
</ ResponsiveContainer >
68
68
)
You can’t perform that action at this time.
0 commit comments