importBpmnModelerfrom'bpmn-js/lib/Modeler';importminimapModulefrom'diagram-js-minimap';varbpmnModeler=newBpmnModeler({additionalModules:[minimapModule]}); For proper styling integrate the embedded style sheet: Please seethis examplefor a more detailed instruction. License MIT Install npm idiagram...
Extend your diagram-js application with the minimap module. We'll usebpmn-jsas an example: importBpmnModelerfrom'bpmn-js/lib/Modeler';importminimapModulefrom'diagram-js-minimap';varbpmnModeler =newBpmnModeler({additionalModules: [ minimapModule ] }); ...
Click/drag/scroll the minimap to navigate the diagram Usage Extend your diagram-js application with the minimap module. We'll usebpmn-jsas an example: importBpmnModelerfrom'bpmn-js/lib/Modeler';importminimapModulefrom'diagram-js-minimap';varbpmnModeler =newBpmnModeler({additionalModules: [ minimap...
A minimap for diagram-js. Contribute to bpmn-io/diagram-js-minimap development by creating an account on GitHub.
A minimap for diagram-js Version5.2.0LicenseMIT INSTALL Type:ESMDefault Version: No default CSS fileset by the package authorso the URL is guessed. You can alwaysbrowse all package filesto use another one. FilesStatisticsBrowse CDN Statistics Requests412 Bandwidth1 001 kB Top version - 2.1...
bpmn-io/diagram-js-minimapPublic NotificationsYou must be signed in to change notification settings Fork18 Star32 Files main .github assets lib resources test .gitignore CHANGELOG.md LICENSE README.md eslint.config.mjs karma.conf.js package-lock.json ...
附件 提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 Watch 2Star1Fork2 mirrors_bpmn-io/diagram-js-minimap 仓库网络图 附件列表 名称(点击预览或下载)大小描述上传于下载数关联分支操作 无数据
代码Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 统计 搜索 Fork (2) dayu07/diagram-js-minimap 接近2年 前 bluestone/diagram-js-minimap ...
A minimap for diagram-js. Contribute to bpmn-io/diagram-js-minimap development by creating an account on GitHub.
getDiagramJS().invoke(function(elementRegistry, minimap) { var element = elementRegistry.get(id); expect(element).to.exist; var minimapShape = domQuery('g#' + id, minimap._parent); expect(minimapShape).to.not.exist; }); } function expectMinimapShapesToExist(shapes) { shapes.forEach(func...