parent
f902891c81
commit
df5c670391
@ -893,6 +893,7 @@ class FamilyLinesReport(Report):
|
|||||||
style = "rounded"
|
style = "rounded"
|
||||||
else:
|
else:
|
||||||
shape = "hexagon"
|
shape = "hexagon"
|
||||||
|
style = "solid"
|
||||||
if self._colorize == 'colored':
|
if self._colorize == 'colored':
|
||||||
if gender == person.MALE:
|
if gender == person.MALE:
|
||||||
color = self._colors['male']
|
color = self._colors['male']
|
||||||
|
@ -201,6 +201,7 @@ class HourGlassReport(Report):
|
|||||||
style = "rounded"
|
style = "rounded"
|
||||||
else:
|
else:
|
||||||
shape = "hexagon"
|
shape = "hexagon"
|
||||||
|
style = "solid"
|
||||||
if self.colorize == 'colored':
|
if self.colorize == 'colored':
|
||||||
if gender == person.MALE:
|
if gender == person.MALE:
|
||||||
color = self.colors['male']
|
color = self.colors['male']
|
||||||
|
@ -272,6 +272,7 @@ class RelGraphReport(Report):
|
|||||||
style = "rounded"
|
style = "rounded"
|
||||||
else:
|
else:
|
||||||
shape = "hexagon"
|
shape = "hexagon"
|
||||||
|
style = "solid"
|
||||||
if self.colorize == 'colored':
|
if self.colorize == 'colored':
|
||||||
if gender == person.MALE:
|
if gender == person.MALE:
|
||||||
color = self.colors['male']
|
color = self.colors['male']
|
||||||
|
Loading…
Reference in New Issue
Block a user