Skip to content

Instantly share code, notes, and snippets.

@justinvdm
Last active December 24, 2015 01:49
Show Gist options
  • Save justinvdm/6726564 to your computer and use it in GitHub Desktop.
Save justinvdm/6726564 to your computer and use it in GitHub Desktop.
diff --git a/diamondash/widgets/graph/graph.py b/diamondash/widgets/graph/graph.py
index 20fe95c..ef0d596 100644
--- a/diamondash/widgets/graph/graph.py
+++ b/diamondash/widgets/graph/graph.py
@@ -10,7 +10,7 @@ class GraphWidget(DynamicWidget):
'time_range': '1d',
'bucket_size': '1h',
'align_to_start': False,
- 'dotted': True,
+ 'dotted': False,
'smooth': False,
}
__CONFIG_TAG = 'diamondash.widgets.graph.GraphWidget'
@hodgestar
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment