The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
Hello, i used Rgraph example to draw a graphe , i passed tha init function with a param "id" and with this id in the init function i want to export the Json file from /Data function init(id){ ``` //init data ``` var json = $.getJSON("Data/"+id+".json"); alert(json[1]);}the alert appear empty. how can i export a Json File ?!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by mermi and has received 0 comments.