summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/project/widgets/graph/graph.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/project/widgets/graph/graph.coffee b/templates/project/widgets/graph/graph.coffee
index 9b2eeec..28ce88e 100644
--- a/templates/project/widgets/graph/graph.coffee
+++ b/templates/project/widgets/graph/graph.coffee
@@ -15,6 +15,7 @@ class Dashing.Graph extends Dashing.Widget
element: @node
width: width
height: height
+ renderer: @get("graphtype")
series: [
{
color: "#fff",