Creating a Line Chart

Overview

This page will show you how to add data as line chart to any screen. It will go through a worked example creating a line chart to display the number of students across intake years in a local school.

The data used on this page is available from the PhixFlow Learning Centre.

Line Charts

There are 3 types of line charts

  • Line Chart (category)
  • Line Chart (numeric)
  • Line Chart (time)

To change the type of line chart

  1. Right click on a chart and Show the view configuration
  2. Open the Basics section
  3. Select Line Chart (category)Line Chart (numeric) or Line Chart (time) under Display Type

Creating a Line Chart

A teacher wants to display the number of students per intake year as a line chart. To add a line chart:

  1. Click  List Tables 
  2. Drag and drop the desired table onto the screen. In this instance, the School_Students table is dragged onto the screen.

    This table can be downloaded from the PhixFlow learning centre

  3. PhixFlow then asks how to display the data using:
  4. Click Line Chart
  5. The attribute picker will then appear. Drag IntakeYear to X Attributes and Count() to Y Attributes

Multiple Series

Line Charts can display multiple series on the same graph. For example, the teacher might want to show the proportion of students of each gender on their line chart. To do this

  1. Right click on the line chart and Show view configuration
  2. Open the attribute picker by clicking Attributes
  3. Drag the attribute Gender into the Series group
  4. The IntakeYear is now grouped by gender.


More Information