LePa-YU / Visualizer

A web based tool to represent the AIR model of LePa project
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Refactor dataset reset logic, add loadingBar & use static edges #67

Closed snksbs closed 4 months ago

snksbs commented 4 months ago

The main cause of speedup is due to the addition of:

 smooth: {
          enabled: true,
          type: 'continuous',
        },

in pyvisToHtml.py. Any other tweak can be removed if unnecessary.