Browse Source

Graph code adaptation of the new version

tags/v0.5.0-beta
WeiFeng-mindinsight 5 years ago
parent
commit
a204c9ec2c
3 changed files with 747 additions and 696 deletions
  1. +2
    -2
      mindinsight/ui/package.json
  2. BIN
      mindinsight/ui/public/static/js/graphvizlib.wasm
  3. +745
    -694
      mindinsight/ui/src/views/train-manage/graph.vue

+ 2
- 2
mindinsight/ui/package.json View File

@@ -11,8 +11,8 @@
"dependencies": {
"axios": "0.18.1",
"core-js": "3.3.2",
"d3": "5.6.0",
"d3-graphviz": "2.6.1",
"d3": "5.9.7",
"d3-graphviz": "3.0.4",
"element-ui": "2.11.1",
"vue": "2.6.11",
"vue-i18n": "8.9.0",


BIN
mindinsight/ui/public/static/js/graphvizlib.wasm View File


+ 745
- 694
mindinsight/ui/src/views/train-manage/graph.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save