Skip to content

Commit

Permalink
scenario: Set proper range
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Sep 23, 2019
1 parent d4376c4 commit 3067943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function plotGraph(steps, frames) {
},
height: 700,
xaxis: {range: [1990, 2100], fixedrange: true },
yaxis: {range: [-200, 200], fixedrange: true },
yaxis: {range: [-10, 200], fixedrange: true },
sliders: [{
pad: {t: 30},
x: 0.05,
Expand Down

0 comments on commit 3067943

Please sign in to comment.