diff options
author | David Underwood <david.underwood@jadedpixel.com> | 2013-08-16 20:35:32 -0400 |
---|---|---|
committer | David Underwood <david.underwood@jadedpixel.com> | 2013-08-16 20:42:16 -0400 |
commit | 2b715ac63dd2de5c718142822663dbded44bbecd (patch) | |
tree | de2b76d5b6c7877f2dd735269c806c01b4ac1190 /templates/project | |
parent | 7f2031512e5003d0d20d07bcebf248f76cfcd0a8 (diff) |
Allow the graph type to be specified when using the graph widget
Diffstat (limited to 'templates/project')
-rw-r--r-- | templates/project/widgets/graph/graph.coffee | 1 |
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", |