rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

The demo on the website does not allow JSON data to process. #149

Closed ubaidsworld closed 3 years ago

ubaidsworld commented 6 years ago

I have tried the demo on your website. The demo is not able to process my json output of the API response. I have read the thread from the issues and found this: https://github.com/danielsu/raw. If the above repository is included then why the demo is able to process the data? Kindly let me know what is the reason?

msampathkumar commented 6 years ago

@ubaidsworld I was testing json/csv data api's from from Data Source. It seems to be working fine.

Only difference between csv & json API is that, after data is loaded from JSON API, we need select the data in '[' and ']' in UI. Web page show it as Please select the array [ ] containing the records you want to load from the JSON above.