You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Visualization Homework 4 - D3
Type: Bubble Chart
Data sources: Yelp Review of Michelin Star Restaurant (125 restaurant in total)Graph
Variable: The Yelp rating of each Michelin Star Restaurant
Goal: The aim of the graph is to show the rating of each restaurant by using different size of circle, which the bigger one represents the higher rating. The restaurants are also further categorized by each cuisine type of the restaurant, so by simply looking at the graph, a customer can pick the best (or the higher) rating restaurant in certain group easily rather than check the rating of each restaurant respectively.
Graphing Step:
Save the Yelp Review data into Json
Load the Json file
Call data into console
4.Creat the bubble
Attach the name of each restaurant
Adjust the size larger the difference of each restaurant
To be further modified:
Add the Legend specifying each restaurant type (e.g. American, Chinese, French, Japanese….)
Justify the color to represent the group such as American, Asian, and European restaurant. For example, all the European restaurants are colored with color of blue (dark blue: French, Light blue: Italian, Sky blue: other European)
The text was updated successfully, but these errors were encountered:
The Link from Plunker :
http://plnkr.co/edit/0G6mXl6xHyA5N6rd7Trq?p=preview
Data Visualization Homework 4 - D3
Type: Bubble Chart
Data sources: Yelp Review of Michelin Star Restaurant (125 restaurant in total)Graph
Variable: The Yelp rating of each Michelin Star Restaurant
Goal: The aim of the graph is to show the rating of each restaurant by using different size of circle, which the bigger one represents the higher rating. The restaurants are also further categorized by each cuisine type of the restaurant, so by simply looking at the graph, a customer can pick the best (or the higher) rating restaurant in certain group easily rather than check the rating of each restaurant respectively.
Graphing Step:
4.Creat the bubble
To be further modified:
The text was updated successfully, but these errors were encountered: