From 8558be8ef4d0b3e3dc6366b4a872b75d0af97656 Mon Sep 17 00:00:00 2001
From: Chelsea <cldougl@gmail.com>
Date: Thu, 29 Sep 2016 11:13:10 -0400
Subject: [PATCH] add streaming maxpoints max and dflt

---
 src/plots/attributes.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/plots/attributes.js b/src/plots/attributes.js
index a9c09f810fd..69496df0ee3 100644
--- a/src/plots/attributes.js
+++ b/src/plots/attributes.js
@@ -94,6 +94,8 @@ module.exports = {
         maxpoints: {
             valType: 'number',
             min: 0,
+            max: 10000,
+            dflt: 500,
             role: 'info',
             description: [
                 'Sets the maximum number of points to keep on the plots from an',