We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5514f commit 0fd3a3bCopy full SHA for 0fd3a3b
test/jasmine/performance_tests/bar_test.js
@@ -7,9 +7,9 @@ var PlotlyBar = require('../../../lib/bar');
7
var gd = createGraphDiv();
8
9
[{
10
- n: 1000, averageCap: 50
+ n: 1000, averageCap: 75
11
}, {
12
- n: 2000, averageCap: 75
+ n: 2000, averageCap: 100
13
14
n: 4000, averageCap: 150
15
test/jasmine/performance_tests/scatter_test.js
@@ -6,9 +6,9 @@ var Plotly = require('../../../lib/core');
6
0 commit comments