Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Allow the graph type to be specified when using the graph widget
Browse files Browse the repository at this point in the history
  • Loading branch information
David Underwood committed Aug 17, 2013
1 parent 7f20315 commit 2b715ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/project/widgets/graph/graph.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Dashing.Graph extends Dashing.Widget
element: @node
width: width
height: height
renderer: @get("graphtype")
series: [
{
color: "#fff",
Expand Down

0 comments on commit 2b715ac

Please sign in to comment.