Skip to content

Commit

Permalink
fixes Digital Afterlife line colors (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Feb 24, 2017
1 parent 3b219a4 commit b9e94cf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/components/profile/person/Person.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b9e94cf

Please sign in to comment.