Skip to content

Commit 5ccd677

Browse files
move places of colors
1 parent 0f1008c commit 5ccd677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Graphs/graphUtils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ export const resolveProviderType = (configName: string, providerConfigsList: Pro
2828
export const generateColorMap = (items: NodeData[], colorBy: string): Record<string, string> => {
2929
const colors = [
3030
'#FFC933', // MANGO 4
31+
'#F31DED', // PINK 6
3132
'#FF8AF0', // PINK 4
32-
'#FEADC8', // RASPBERRY 4
3333
'#2CE0BF', // TEAL 4
34-
'#FF8CB2', // RED 4
34+
'#FEADC8', // RASPBERRY 4
3535
'#B894FF', // INDIGO 4
3636
'#049F9A', // TEAL 6
3737
'#FA4F96', // RASPBERRY 6
38-
'#F31DED', // PINK 6
3938
'#7858FF', // INDIGO 6
39+
'#FF8CB2', // RED 4
4040
'#07838F', // TEAL 7
4141
'#DF1278', // RASBERRY 7
4242
'#510080', // PINK 10

0 commit comments

Comments
 (0)