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',