File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
client-ui/src/app/model/lineage-graph Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { Stylesheet } from 'cytoscape'
2020export const LINE_WIDTH_PLANE = 10
2121export const LINE_WIDTH_HIGHLIGHTED = 10
2222export const LINE_WIDTH_SELECTED = 16
23- export const LINE_COLOR_PLANE = '#eaeaea '
23+ export const LINE_COLOR_PLANE = '#e0e0e0 '
2424export const LINE_COLOR_SELECTED = 'orange'
2525export const LINE_COLOR_HLT_PRIMARY = 'black'
2626export const LINE_COLOR_HLT_LINEAGE = 'magenta'
@@ -125,6 +125,7 @@ export const cyStyles: Partial<Stylesheet>[] = [
125125 'width' : LINE_WIDTH_PLANE ,
126126 'curve-style' : 'bezier' ,
127127 'target-arrow-shape' : 'triangle' ,
128+ 'arrow-scale' : 1.5 ,
128129 } ,
129130 css : {
130131 'label' : ( el ) => el . data ( 'label' ) || '' ,
You can’t perform that action at this time.
0 commit comments