Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Insert excerpt
_Banners
_Banners
nameanalysisscreen
nopaneltrue

This page is for data modellers who want to display data on a screen in a line or bar chart.

Overview

PhixFlow can display any Table data as a line or bar chart on GUI screens. This page will show you how to add data as a line or bar chart to any screen. It will go through two a worked examples example creating a line chart of __ and a bar chart of _____.

Table of Contents

Bar

to display the number of students across intake years in a local school.

Info

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

Line Charts

There are 3 types of bar line charts

  • Bar Line Chart (category)Bar
  • Line Chart (Horizontalnumeric)
  • Bar Line Chart (Stackedtime)

Line Charts

There are 3 types of line charts

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
  1. category)
  1. Line Chart (
Numeric
  1. numeric)
  1. or Line Chart (
Time
  1. time) under Display Type

Creating a Line a Line Chart

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

  1. Click 
    Insert excerpt
    _table_list
    _table_list
    nopaneltrue
     
  2. Drag and drop the desired table onto the screen. In this instance,

    the Contacts table

    the School_Students table is dragged onto the screen.

    Info

    This table can be downloaded from the PhixFlow learning centre


  3. PhixFlow then asks how to display the data using:
  4. Click Line Chart Line Chart
  5. The attribute picker will then appear. Drag Industry to Label Attribute IntakeYear to X Attributes and Count() to Data Attribute. This is counting the number of companies per industry.

Image Removed

Relational attributes

For more information on adding relational attributes, see Creating a Grid.
  1. Y Attributes

Image Added

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 
    Insert excerpt
    _attributes
    _attributes
    nopaneltrue
  3. Drag the attribute Gender into the Series group
  4. The IntakeYear is now grouped by gender.


Image Added

More Information