js-code-to-svg-flowchart icon indicating copy to clipboard operation
js-code-to-svg-flowchart copied to clipboard

js2flowchart - a visualization library to convert any JavaScript code into beautiful SVG flowchart. Learn other’s code. Design your code. Refactor code. Document code. Explain code.

Results 46 js-code-to-svg-flowchart issues
Sort by recently updated
recently updated
newest added

First issue is a typo of the algorithm. The line `currentIndex = Math.floor((maxIndex + maxIndex) / 2);` should be with min instead of max: `currentIndex = Math.floor((minIndex + maxIndex) /...

Not sure if it's to do with the deprecation that webpack had (which changes how build/dev processes work) or to do with babel (which if I recall correctly recommend using...

Whether it is feasible to generate visual graphs based on time series characteristics

es5 code is work ![image](https://user-images.githubusercontent.com/3192087/45744348-edddfa80-bc30-11e8-8c7b-219973f35eed.png) es6 code don't work ![image](https://user-images.githubusercontent.com/3192087/45744380-fe8e7080-bc30-11e8-8a65-ead44b7b1836.png)

[Screenshot](https://pasteboard.co/HwogX92.png) ``` Foo.bar("").funcA(); Foo.bar.funcB(); ``` Why 3 lines in SVG? 2 (single line) or 6 (with hierarchy from object) was expected...

![capture](https://user-images.githubusercontent.com/18590116/35672264-4488fb12-073e-11e8-964f-0002045d6a87.PNG)

Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @​gitname in debug-js/debug#866 Replace...

dependencies

Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 6.0.2 to 6.0.3. Changelog Sourced from kind-of's changelog. [6.0.3] - 2020-01-16 Merge pull request #31 for issue #30 [6.0.0] - 2017-10-13 refactor code to be more performant...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.4.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies