forked from Aalto-LeTech/jsav-exercise-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fulfil Aalto-LeTech#6 `package.json`: add `fracturedjsonjs` package as dependency `dijkstraPE-research.html`: Remove unused checkbox + button scaffolding. `player.js`: adapt the JAAL modal popup to directly display the JAAL dump. Give the modal a z-index higher than the edge labels (700). JSON.stringify to replace the svg dumps with data size. Use `fracturedjsonjs`'s `formatter` to give the condensed JSON print. maxInLineLength restricts how objcets/arrays are serialised. max of 40 gives in-line arrays, but objects still expanded. Max of 50 gives inline arrays and `node` list in `dataStructures` as single-line. Default of 80 gives inconsistent `edge` list in `dataStructures`, as the single-character id number, node numbers and tag is 80 long. It needs to be set either longer or shorter.
- Loading branch information
Showing
3 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters