React Diagram - zoomLevel
Specifies the zoom level.
jQuery
JavaScript
$(function() {
$("#diagram").dxDiagram({
zoomLevel: 0.75,
});
});A newer version of this page is available.
Specifies the zoom level.
$(function() {
$("#diagram").dxDiagram({
zoomLevel: 0.75,
});
});Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.