Flowcharting, plugin for Grafana to create complexe visio's draws style like technical architectures, floorplan, diagrams, hierarchical schema based on draw.io
Should provide a temporary fix for #395
What was happening was that the decode code was returns a " ", which is obviously a bad parse, then returning true, so the diagram.xml was being set to " ", breaking all the code.
A better fix might be possible, but this seems to do the job for now.
Should provide a temporary fix for #395 What was happening was that the decode code was returns a " ", which is obviously a bad parse, then returning true, so the diagram.xml was being set to " ", breaking all the code.
A better fix might be possible, but this seems to do the job for now.