parent
c96f77ef51
commit
f9da7bca88
@ -246,7 +246,7 @@ class RelGraphReport(Report):
|
|||||||
label = "%s (%s)" % (label, fam_id)
|
label = "%s (%s)" % (label, fam_id)
|
||||||
color = ""
|
color = ""
|
||||||
fill = ""
|
fill = ""
|
||||||
style = ""
|
style = "solid"
|
||||||
if self.colorize == 'colored':
|
if self.colorize == 'colored':
|
||||||
color = self.colors['family']
|
color = self.colors['family']
|
||||||
elif self.colorize == 'filled':
|
elif self.colorize == 'filled':
|
||||||
@ -266,6 +266,7 @@ class RelGraphReport(Report):
|
|||||||
fill = ""
|
fill = ""
|
||||||
if gender == person.MALE:
|
if gender == person.MALE:
|
||||||
shape="box"
|
shape="box"
|
||||||
|
style="solid"
|
||||||
elif gender == person.FEMALE:
|
elif gender == person.FEMALE:
|
||||||
shape="box"
|
shape="box"
|
||||||
style="rounded"
|
style="rounded"
|
||||||
|
Loading…
Reference in New Issue
Block a user