Visualization
Visualization
Matrix:
• A table supports two dimensions, but a
matrix makes it easier to display data
meaningfully across multiple dimensions.
• Often, report designers include matrixes in
reports and dashboards to allow users to
select one or more element (rows, columns,
cells) in the matrix to cross-highlight other
visuals on a report page.
Bar and column charts
• The stacked format will stack the information items on top of each other.
• the following clustered column chart shows a single column with total sales for
each country.
• the stacked column chart shows data for sales by country, by product name.
• All sales data is stacked into one column to show you the total sales by country,
broken down by how much each product contributed to the overall total sales.
Line and area charts
• The line chart and area chart visualizations are beneficial in helping you
present trends over time.
• The basic area chart is based on the line chart, with the area between axis and
line filled in. The main difference between these two chart types is that the area
chart highlights the magnitude of change over time.
Pie Chart and Donut Chart
• The Pie chart, and donut chart, visualizations show you the relationship of
parts to the whole by dividing the data into segment
• From a data analysis perspective, these charts are not useful because interpreting
the data that they present can be difficult.
• However, these charts are often used for aesthetic reasons due to the colorful
segments that they display.
• These charts are best suited for illustrating percentages, such as the top five
sales by product or country, or any other available categories.
Tree Map Chart
• the Treemap visualization displays data as a set of nested rectangles.
• Each level of the hierarchy is represented by a coloured rectangle (branch)
containing smaller rectangles (leaves).
• The space inside each rectangle is allocated based on the value that is being
measured.
• The rectangles are arranged in size from top left (largest) to bottom right
(smallest)..
•Large amounts of hierarchical data when
a bar chart can't effectively handle the
large number of values.
•Proportions between each part and the
whole.