Vue+Viz实现GraphViz的dot代码转流程图效果代码
代码语言:html
所属分类:图表
代码描述:Vue+Viz实现GraphViz的dot代码转流程图效果代码
代码标签: Vue Viz GraphViz dot 代码 转 流程图
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.4.3.1.min.css"> <style> .input { position: fixed; bottom: 0; left: 0; top: 56px; width: 100%; height: 100%; } .image { position: fixed; top: 80px; left: 50%; } </style> </head> <body > <div class="" id="app-6"> <nav class="navbar navbar-dark bg-secondary"> <span class="navbar-brand mb-0 h1">Graphs with Viz.js (GraphViz) + Vue.js</span> </nav> <div class="row"> <div class="col-4 bg-light input"> <div class="form-group"> <br> <label for="exampleFormControlTextarea1">Изменить связи</label> <textarea class=".........完整代码请登录后点击上方下载按钮下载查看
网友评论0