Skip to content

Commit 2c3af55

Browse files
authored
invalid "vmax" option (follow-up to plotly#183)
1 parent 1865b57 commit 2c3af55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/plotly_js/financial/indicator1/2019-07-29-above-other-traces.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
mode: "number+delta",
1616
value: 492,
1717
delta: { reference: 512, valueformat: ".0f" },
18-
vmax: 500,
1918
domain: { y: [0, 1], x: [0.25, 0.75] },
2019
title: { text: "Users online" }
2120
},
@@ -25,4 +24,4 @@
2524
];
2625

2726
var layout = { width: 600, height: 450, xaxis: { range: [0, 62] } };
28-
Plotly.newPlot('myDiv', data, layout);
27+
Plotly.newPlot('myDiv', data, layout);

0 commit comments

Comments
 (0)