APIDiagram Editor APIEditor APIEditor methodszoomOut()On this pagezoomOut() Description Zooms out the diagramUsagezoomOut(step?: number): void;Parameters step - (optional) the step of zooming out the diagram; by default: 0.05 Exampleconst editor = new dhx.DiagramEditor("editor_container");editor.parse(data);editor.zoomOut(0.1);Change log: Added in v4.1