<script src="http://static.fusioncharts.com/code/latest/fusioncharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/fusioncharts.powercharts.js"></script>
<script src="http://static.fusioncharts.com/code/latest/themes/fusioncharts.theme.fint.js"></script>
<!-- Railway Map using DragNode Chart. Submitting data to the server and using the dataSubmitted event when the data is submitted to the server succesfully -->
<div id="chart-container">FusionCharts will render here</div>
<div>
<div id="indicatorDiv">Event name: <b> dataSubmitted </b>
<br />
<p>For interative charts like Select Scatter, DragNode, Dragable Column2D and etc., data points' value can be changed / added and can be sent to an URL by ajax. This event is raised when the ajax request is successfully completed.</p>
<p>The following details can be obtained from the argObj parameter of the event once the chart data is submitted succesfully to server (URL as mentioned in the formaction attribute). (Please click the save button at bottom right to see the table below)</p>
</div>
<div id="message"></div>
<div id="table-container">
<div id="header">
<div class="parameter-name">Parameter Name</div>
<div class="parameter-value">Parameter Value</div>
</div>
<div id="attrs-table"></div>
</div>
</div>