Closed ChristopherChudzicki closed 7 years ago
With this PR, graphs are stored as JSON instead of base-64 encoded strings.
index.html still supports loading graphs either via base_url/settings=?<base64encoded> or base_url/graph/<graph_id>.
index.html
base_url/settings=?<base64encoded>
base_url/graph/<graph_id>
With this PR, graphs are stored as JSON instead of base-64 encoded strings.
index.html
still supports loading graphs either viabase_url/settings=?<base64encoded>
orbase_url/graph/<graph_id>
.