Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Data.json in the FirstChart folder. FirstChart.html in the same folder and name it as JSONDataURL.html.<html>
<body>
<div id="chartContainer">FusionCharts will load here!</div>
<script type="text/javascript"><!-- var myChart = new FusionCharts("../FusionCharts/Column3D.swf", "myChartId","400", "300", "0", "1" ); myChart.setJSONUrl("Data.json"); myChart.render("chartContainer");// -->
</script>
</body>
</html>