Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Charts and Graphs
PhixFlow has the ability to generate present data in charts and graphs to display data. In this chapter we will add an additional tile to display our chart data and house out charts, then add a pie chart to show a breakdown of industries and a bar chart to show customers onboarded over time. To find out more about this topic see Creating Dashboards and Reports.
Add a Tile for the New Content
- In From the palette.Drag the Tile, , drag the tile Expanding (Horizontal) onto the screen.
- Name
- ,
Charts
.
- Use the layer section Layers to move the tile to be the first tile.
- This tile has is a special expanding areatile, to get it to open expand so we can place content inside it we must first lock the screen and then click the chevron as illustrated here:
- Image Modified
- Now unlock the
the screen.Insert excerpt _unlock _unlock nopanel true - Click on Header 1, and in its properties set Default Value to
Companies Dashboard
. - Optionally we can move the chevron that opens and closes our area the tile to the right if we prefer.
- In the layers drag it below expanding area.
Adding a Pie Chart
- From the toolbar click
.Insert excerpt _tableOnly _tableOnly nopanel true - Drag Companies onto the new Charts tile.
- Select Pie Chart
- Close the Attributes pickerSelector.
- Right-click the chart and select Show the View Configuration.
- Set the Name to be
Industries
. - In the View Attributes section, click
.Insert excerpt _attributes _attributes nopanel true - Drag the
Count
andIndustry
into the View Attribute area. Close Available Attributes.- Count is a special attribute that produces an aggregate of all the other attribute combinations. See Generating Counts and Other Statistics.
- We need to tell PhixFlow how to use these attributes.
- Double-click Count.
- In Role, select Data Point.
- Save your changes.
- Double-click Industry.
- In Role, select Horizontal Axis Attribute.
- Double-click Count.
- Save all of your changes.
- The pie chart is complete. The screen must be locked to see the pie chart.
To learn more about Pie Charts see Creating a Pie Chart.
Check Point
Unlocked your screen should look similar to the one below:
Colour Maps
Colour maps are used to map colours to specific values in our data. The colour map is associated to with a chart, which in turn applies these colours where it finds the the specific specific values from the colour map. This is useful if you want your chart to use specific colours such as corporate logo colours.
- Open the repository and expand your application.
- In the Colour Maps section click
Insert excerpt _addIcon _addIcon nopanel true - Name,
Industry
- Save your changes, this is necessary to add our Colour Map Entries.
- Click
next to Colour Map Entries.Insert excerpt _addIcon _addIcon nopanel true - Name, Manufacturing.
- Colour, #04E6cb
- This colour will be applied where we see Manufacturing in our data.
- Save your change.
- Create Colour Map Entries for:
- Finance
- Name, Finance
- Colour, #cccccc
- Software
- Name, Software Development
- Colour, #777777
- Telecoms
- Name, Telecoms
- Colour, #adb1b3
- Finance
- Name,
- Save all your changes. Note that these value are case sensitive.
- Open the View Configuration for the Industries pie chart.
- In the Chart Layout Section.
- Select
Industry
from the Colour Map drop down.
- Save all changes and lock your screen.
- The new colours will now appear on your chart.
To learn more about colour maps ad and how to apply them, see Colour Map.
Adding a Bar Chart
- From the toolbar click
.Insert excerpt _tableOnly _tableOnly nopanel true - Drag Companies onto the Charts tile.
- Select Bar Chart (horizontalvertical).
- Close the Attributes pickerselector.
- Right-click the chart and select Show the View Configuration.
- Set the Name to be
Status
. - In the View Attributes section, click
.Insert excerpt _attributes _attributes nopanel true - Drag the
Count
andStatus
into the View Attribute area. Close Available Attributes. - We need to tell PhixFlow how to use these attributes.:
- Double-click Count.
- In Role, select Data Point.
- Save your changes.
- Double-click Status.
- In Role, select Horizontal Axis Attribute.
- Save all of your changes.
- Double-click Count.
- Save all changes.
To learn more about setting up and configuring bar charts see Creating a Bar Chart.
Check Point
When your screen is locked or you are in App Application Mode, the screen will now look similar to the following:
Additional Charts and Graphs
We have set up two common types in our example, however, PhixFlow supports a number of other types of data presentations. For more information see Creating Dashboards and Reports.