... |
... |
@@ -187,7 +187,11 @@ The optional argument is a comma separated list of several options. For 2D-canva |
187 |
187 |
* `coordinateSystem`: Show the coordinate system, |
188 |
188 |
* `numberLine`: Show a number line, |
189 |
189 |
* `showPointCoords`: Show the coordinates of points if you hover over them with the mouse, |
190 |
|
-* `noToolbar`: Hide the toolbar in the canvas. |
|
190 |
+* `noToolbar`: Hide the toolbar in the canvas; the reset button will remain visible if the user can change the view with the mouse. |
|
191 |
+* `noMouseZooming`: Prevents zooming and dragging of the view with the mouse, |
|
192 |
+* `noZooming`: Additionally to the mouse-zooming, it hides the zoom buttons in the toolbar, |
|
193 |
+* `fixView`: the view can not be changed by the user. Equivalent to the combination of `noToolbar` and `noMouseZooming`. |
|
194 |
+ |
191 |
195 |
|
192 |
196 |
For 3D-canvases, the options are: |
193 |
197 |
* `coordinateSystem`: Show the 3D-coordinate system |
... |
... |
@@ -196,6 +200,8 @@ For 3D-canvases, the options are: |
196 |
200 |
* `noSliders`: Hide the sliders `az`, `el`, and `bank` for moving the 3D-view, |
197 |
201 |
* `noGrid`: By default, the rear and front planes come with a grid. This command hides the grid. |
198 |
202 |
* `sliderStarts: [a,b,c]`: Defines new start values for the sliders `az`, `el`, and `bank` for moving the 3D-view. Default values are [1.0, 0.3, 0]. |
|
203 |
+* `noMouseZooming`: Prevents zooming of the view with the mouse, |
|
204 |
+* `noZooming`: Additionally to the mouse-zooming, it hides the zoom buttons in the toolbar. |
199 |
205 |
|
200 |
206 |
<div class="alert green"> |
201 |
207 |
You can have multiple canvases in one visualization, and you can display the same variable in whichever canvases |
202 |
208 |
|