Comment on Flow Charts with CSS Anchor PositioningparentComments−lukan2yI think it is possible to use this as just the renderer and have your actual data of the nodes in a clean state elsewhere (as JSON for example).−livrem2yCould have it as an output format for something like Pikchr, but not sure what the advantage would be over just generating a SVG?https://pikchr.org/−mock-possum2yThat’s an interesting point - how accessible is JSON to differently abled users?−lukan2yWas that a serious question?If so, JSON is just a raw data object. I suppose one could read it with a screen reader, but whether that makes sense depends how the data is structured. But it would not be a great experience.
Comments
I think it is possible to use this as just the renderer and have your actual data of the nodes in a clean state elsewhere (as JSON for example).
Could have it as an output format for something like Pikchr, but not sure what the advantage would be over just generating a SVG?
https://pikchr.org/
That’s an interesting point - how accessible is JSON to differently abled users?
Was that a serious question?
If so, JSON is just a raw data object. I suppose one could read it with a screen reader, but whether that makes sense depends how the data is structured. But it would not be a great experience.