Scaling, scrolling, and panning.
UI explained:
Use Scale X and Scale Y to zoom in the chart. You can scale the chart anisotropically.
Use Offset X and Offset Y to move the origin of the chart.
You cannot move the chart outside its boundaries.
Example: if both scale factors are 1, you cannot move the origin — you should zoom in first.
After applying scale/offset to the chart, sliders' positions change to reflect actual values.
When you zoomed in, you can grab chart with mouse and move around (pan).
Warning: can be slow on some browsers.
Scale X (
1
)
-
+
1
2
3
4
5
6
7
8
9
10
Scale Y (
1
)
-
+
1
2
3
4
5
6
7
8
9
10
Offset X (
0
)
-
+
0
100
200
300
400
500
600
700
800
900
1000
Offset Y (
0
)
-
+
0
100
200
300
400
500
600
700
800
900
1000
17
16
15
14
13
12
11
9
8
7
6
5
4
3
2
1
10
1
2
3
4
5
6
7
8
9
10
0
5
10
15
20
25
30
0
10
20
That's all Folks!
99.9