yurivyatkin / mety

Display meteorological data
0 stars 0 forks source link

Graph component uses JSON #6

Open yurivyatkin opened 8 years ago

yurivyatkin commented 8 years ago

In MetGraph React component, use the JSON data fetched by the GET request to display actual data from the file provided. Make sure that the data is visualized by means of D3.js library.

yurivyatkin commented 8 years ago

See how to ensure that JSON is returned by default in this article: Using D3 In Rails