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

Commit 2b715ac

Browse files
author
David Underwood
committed
Allow the graph type to be specified when using the graph widget
1 parent 7f20315 commit 2b715ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/project/widgets/graph/graph.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Dashing.Graph extends Dashing.Widget
1515
element: @node
1616
width: width
1717
height: height
18+
renderer: @get("graphtype")
1819
series: [
1920
{
2021
color: "#fff",

0 commit comments

Comments
 (0)