Difference between revisions of "IS428 AY2019-20T1 Assign Greg Tan Boon Kit Interactive Dashboard"

From Visual Analytics for Business Intelligence
Jump to navigation Jump to search
Line 47: Line 47:
 
# Show the filter
 
# Show the filter
 
|-
 
|-
 +
| Interactive Technique 2: Hover
 +
[[File:hover.png|frameless|center]]
 +
|| Having the hover function allows the user to get key information about a specific data point at a glance. This helps to enhance the usability aspect by ensuring that important information is made available to the user once he chooses a specific data point
 +
 +
'''Implementation:'''
 +
 +
To achieve the hover function, simply do the following steps:
 +
# Drag relevant details to ‘Tooltip’
 +
# Hover above specific data point for information
 +
|-
 +
 +
 +
| Interactive Technique 3: Additional Information on Hover
 +
[[File:ttip.png|frameless|center]]
 +
|| Adding additional information when you hover allows the user to view additional information about that particular datapoint from another worksheet without having to physically access the second worksheet. This further enhances the prowess of the hover function
 +
 +
'''Implementation:'''
 +
 +
To add more information to the hover function, simply do the following steps:
 +
# Drag relevant details to ‘Tooltip’
 +
# Hover above specific data point for information
 +
|-
 +
 +
 +
 +
 +
|}

Revision as of 02:24, 13 October 2019

MC1-2019.jpg

VAST Challenge 2019 Mini-Challenge 1:
Crowdsourcing for Situational Awareness

Problem Description

Data Transformation

Interactive Dashboard

Data Visualisation

Questions & Answers

 
Technique Rationale & Implementation
Interactive Technique 1: Filter for the use of time range slider
Filter.png
Adding a filter option allows the person using the dashboard to instantly narrow down the dates that he/she wishes to focus on. Employing the use of a slider also allows the user to specify a range of dates that he/she might wish to analyse. This works best with the date option as analysing a range of dates might allow the user to discover new insights.

From a usability standpoint, having a slider allows the user to easily select the range of the time period wanted. This step is easier than using a checkbox/list, which requires multiple unnecessary clicks to achieve the same effect.

Implementation:

To achieve this slider filter function, simply do the following steps:

  1. Add the ‘Time’ dimension to the filter
  2. Select the range of dates to be included in the visualisation
  3. Show the filter
Interactive Technique 2: Hover
Hover.png
Having the hover function allows the user to get key information about a specific data point at a glance. This helps to enhance the usability aspect by ensuring that important information is made available to the user once he chooses a specific data point

Implementation:

To achieve the hover function, simply do the following steps:

  1. Drag relevant details to ‘Tooltip’
  2. Hover above specific data point for information
Interactive Technique 3: Additional Information on Hover
Ttip.png
Adding additional information when you hover allows the user to view additional information about that particular datapoint from another worksheet without having to physically access the second worksheet. This further enhances the prowess of the hover function

Implementation:

To add more information to the hover function, simply do the following steps:

  1. Drag relevant details to ‘Tooltip’
  2. Hover above specific data point for information