Update src/pages/trend/index.tsx
Browse files
src/pages/trend/index.tsx
CHANGED
@@ -31,7 +31,7 @@ interface TrendProps {
|
|
31 |
const COLORS = Object.fromEntries(
|
32 |
Object.entries(PROVIDERS_MAP).map(([provider, { color }]) => [provider, color])
|
33 |
);
|
34 |
-
COLORS['Total'] = '#
|
35 |
|
36 |
const CustomTooltip = ({ active, payload, label }: any) => {
|
37 |
if (active && payload && payload.length) {
|
|
|
31 |
const COLORS = Object.fromEntries(
|
32 |
Object.entries(PROVIDERS_MAP).map(([provider, { color }]) => [provider, color])
|
33 |
);
|
34 |
+
COLORS['Total'] = '#9CA3AF';
|
35 |
|
36 |
const CustomTooltip = ({ active, payload, label }: any) => {
|
37 |
if (active && payload && payload.length) {
|