// This program loads the configuration file called "visConfig.json". require(["d3", "chiasm/runtime"], function (d3, Runtime) { var runtime = Runtime(document.getElementById("container")); d3.json("visConfig.json", function (err, config) { runtime.config = config; }); });