Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
possible to create Custom Series on charts, which include fixed values, percentile, other statistical functions and expressions.
Info |
---|
The data used on this page is available from the PhixFlow Learning Centre. |
- custom series
- name
- axis
- line colour
- line style
- line smoothing
- mode
- Percentile - A number entry 0-100
- Trend - Drop down selection of algorithm
- Expression - a jep expression
When a single series exists on the selected axis the data points can be used as the data array. When multiple series are present then the array is the sum of the data points at each x point/category on that axis will be calculated
Percentile: The specified percentile function will be calculated over the data array. This will produce a single horizontal line that should be plotted the full width of the graph area.
Trend: The specified trend algorithm will be calculated over the data array, this will return a new data array with the point of the trend lines. An appropriate library should be found with a selection of trend algorithms
Expression: The expression will have access to the the data array. This will allow simple expressions such as 10, or more complex ones , ClickJep functions should be added to expose the percentile and trend algorithms.
Creating Quartile Lines
(Upper/Lower control lines)
There are 3 types of line charts
- Line Chart (category)
- Line Chart (numeric)
- Line Chart (time)
To change the type of line chart
- Right click on a chart and Show the view configuration
- Open the Basics section
- Select Line Chart (category), Line Chart (numeric) or Line Chart (time) under Display Type
Creating Trends Lines
A teacher wants to display the number of students per intake year as a line chart. To add a line chart:
tablelisttablelistDrag and drop the desired table onto the screen. In this instance, the School_Students table is dragged onto the screen.
Info |
---|
This table can be downloaded from the PhixFlow learning centre |
Creating Target (Arbitrary) Lines
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