Skip to content

Commit

Permalink
Added support for rendering comments in the timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbartley committed Oct 15, 2014
1 parent 13f8f82 commit a5d5e69
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion views/index.hjs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,21 @@
"numberFormat" : "###,##0.0##"
}
]
}
},
"comments": {
"show": true,
"styles": [{
"type": "point",
"show": true,
"lineWidth": 1,
"radius": 3,
"color": "rgb(119, 119, 119)",
"fill": true,
"fillColor": "rgb(119, 119, 119)"
}
],
"verticalMargin": 4
}
}
);

Expand Down

0 comments on commit a5d5e69

Please sign in to comment.