From b9e94cffb78fe12c2d0ed6b60c6796b5bf191abb Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Fri, 24 Feb 2017 13:42:42 -0500 Subject: [PATCH] fixes Digital Afterlife line colors (#123) --- app/components/profile/person/Person.jsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/components/profile/person/Person.jsx b/app/components/profile/person/Person.jsx index 83d2ca5e..d1659455 100644 --- a/app/components/profile/person/Person.jsx +++ b/app/components/profile/person/Person.jsx @@ -89,15 +89,9 @@ class Person extends Component { height: 600, title: "Title here...", data: lineData, - legendConfig: { - shapeConfig: { - fontColor: "#363636", - fontFamily: () => "Amiko", - fontSize: () => 12 - } - }, time: d => d.x, shapeConfig: { + fill: d => d.color, Line: { fill: "none", stroke: d => d.color,