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,