Difference between revisions of "HomeIntel"
Jump to navigation
Jump to search
Line 99: | Line 99: | ||
== Background Survey == | == Background Survey == | ||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" style="background-color:#FFFFFF;" width="90%" | ||
+ | |- | ||
+ | ! style="font-weight: bold;background: #141414;color:#fbfcfd;width: 45%;" | Visual Considerations | ||
+ | ! style="font-weight: bold;background: #141414;color:#fbfcfd;width: 55%" | Insights / Comments | ||
+ | |- | ||
+ | | <center> | ||
+ | '''Title''': Sunburst Diagram | ||
+ | [[File:Sunburst.png|250px|frameless|center]] | ||
+ | '''Source''':https://bl.ocks.org/mbostock/4348373 | ||
+ | </center> | ||
+ | |||
+ | || | ||
+ | |||
+ | *'''Pros:''' | ||
+ | ** Aims to show various sub-components of a particular category | ||
+ | ** Can drill down to multiple divisions to observe the distribution by percentages | ||
+ | ** May be useful to analyze tourism receipts by components and country | ||
+ | |||
+ | *'''Cons:''' | ||
+ | ** Difficult to break down the huge number of markets | ||
+ | ** Does not provide a comprehensive time-series comparison | ||
+ | |||
+ | |- | ||
+ | | <center> | ||
+ | '''Title''': Treemap | ||
+ | [[File:Treemap.png|250px|frameless|center]] | ||
+ | '''Source''':https://www.theinformationlab.co.uk/2015/02/10/show-treemaps/ | ||
+ | </center> | ||
+ | || | ||
+ | |||
+ | *'''Pros''': | ||
+ | ** Effective visualisation to organise multivariate data by hierarchy | ||
+ | ** We can effectively see the purpose of visit for the top 10 visiting countries to Korea. | ||
+ | |||
+ | |||
+ | *'''Cons''': | ||
+ | ** It would be hard to compare between years and months for different countries. | ||
+ | ** The hierarchy will only be 2 levels so the interaction would not be as much. | ||
+ | |||
+ | |- | ||
+ | | <center> | ||
+ | '''Title''': Chord Diagram | ||
+ | [[File:Chord.png|250px|frameless|center]] | ||
+ | '''Source''':https://beta.observablehq.com/@mbostock/d3-chord-diagram | ||
+ | </center> | ||
+ | || | ||
+ | |||
+ | *'''Pros''': | ||
+ | ** Effective visualisation to see the influx of Visitors from and to Korea. | ||
+ | ** We will be able to easily spot the country with the most travelers to Korea. | ||
+ | |||
+ | |||
+ | *'''Cons''': | ||
+ | ** This chart will make it harder to spot trends in the visiting pattern. | ||
+ | ** We will not be able to see every single country as the size of the chord diagram is limited. | ||
+ | |||
+ | |- | ||
+ | |} | ||
+ | </center> | ||
== Brainstorming Sessions == | == Brainstorming Sessions == |
Revision as of 03:01, 13 October 2019
<--- Go Back to Project Groups
Contents
Problem and Motivation
Objectives
Selected Dataset
The Data Sets we will be using for our analysis and for our application is listed below:
Visual Considerations | Insights / Comments |
---|---|
Title: Sunburst Diagram |
|
Title: Treemap Source:https://www.theinformationlab.co.uk/2015/02/10/show-treemaps/ |
|
Title: Chord Diagram Source:https://beta.observablehq.com/@mbostock/d3-chord-diagram |
|
Background Survey
Visual Considerations | Insights / Comments |
---|---|
Title: Sunburst Diagram |
|
Title: Treemap Source:https://www.theinformationlab.co.uk/2015/02/10/show-treemaps/ |
|
Title: Chord Diagram Source:https://beta.observablehq.com/@mbostock/d3-chord-diagram |
|