Skip to content

Commit c673afe

Browse files
authored
Merge pull request #996 from plotly/maxpt_dflt
add streaming maxpoints max and dflt
2 parents 708e0ff + 8558be8 commit c673afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plots/attributes.js

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ module.exports = {
9494
maxpoints: {
9595
valType: 'number',
9696
min: 0,
97+
max: 10000,
98+
dflt: 500,
9799
role: 'info',
98100
description: [
99101
'Sets the maximum number of points to keep on the plots from an',

0 commit comments

Comments
 (0)