https://issues.dlang.org/show_bug.cgi?id=12949
--- Comment #5 from Vladimir Panteleev <[email protected]> --- (In reply to Rainer Schuetze from comment #3) > An error occured while loading the graph data (data/data.json) > parsererror: SyntaxError: Unexpected end of JSON input BTW, that error manifests because the amount of data has grown so large that browsers now choke on it. I need to seriously refactor the front end to make it stream in data as needed from the server instead of loading it all at once. --
