File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 351351 "Graphs" : {
352352 "colorsProvider" : " Provider" ,
353353 "colorsProviderConfig" : " Provider Config" ,
354- "colorizedTitle" : " Group by: " ,
354+ "colorizedTitle" : " Group by" ,
355+ "colorBy" : " Color by" ,
355356 "colorsFlux" : " Flux" ,
356357 "loadingError" : " Error loading graph data" ,
357358 "loadingGraph" : " Loading graph data..." ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function buildGraph(
2525 const colorKey : string =
2626 colorBy === 'source' ? n . providerType : colorBy === 'flux' ? ( n . fluxName ?? 'default' ) : n . providerConfigName ;
2727 const borderColor = colorMap [ colorKey ] || '#ccc' ;
28- // 8% opacity for background
28+ //some opacity for background
2929 const backgroundColor = `${ borderColor } 08` ;
3030
3131 const node : Node < NodeData > = {
You can’t perform that action at this time.
0 commit comments