Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
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.
Entire React code base explanation by visual block schemes (Stack version)
Hey @jonnitto, I just pushed the fix. So essentially that config is part of the theme
now and to apply it you can do something like
svgRender.applyTheme({
common: {
maxNameLength: 10
}
});
Yeah, it’s not exposed via API indeed. I guess I could fix it (if you really need it, probably on this weekend)
Hey, i.e. you would like to change this limit https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart/blob/d426751e3da98ae2e19e3962503aa47a0a47e91d/src/render/svg/appearance/TextContentConfigurator.js#L3 ?