Versions Compared

Key

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

Release Name - pi.2021-06-24

Release Date -


We are pleased to present our latest offering of pi - our June 2021 release! This page helps summarise and familiarise you with the changes we have made, and is supported (where applicable) with useful videos to help explain the changes we have delivered.

Note

- in response to a Java security vulnerability around Log4J2, this version of the dashboard needs to be updated to a version from our patched November 21 (inclusive) - or mitigating actions taken to provide security assurances - more information can be found HERE

Info

09/07/2021 - a patch release has been made available for the June 2021 release. This patch addresses an API fix and an issue with embedding which was causing large logs. You can find the latest version (2021-06-24.1) by clicking the Download It Now link.

Info

Before upgrading, we recommend taking a backup. You can find more information here.

Here’s what we’ll cover;

Table of Contents

Added

Custom Maps

(pi#25)

Chart Types

Custom Maps has been added as a Chart Type. Custom Maps enable data to be mapped over an SVG, plotting sections of the SVG based upon an identifier. The sections can be defined by the user.

The Custom Map type is available in the chart editor.

In order to use this map type, an SVG, Mapper ID, identifier, label and detail are required.

You can find more information about Custom Maps here.

Screenshots

This table provides an example of the data used to draw a Custom Map.

The following screenshot shows examples of 3 different Custom Maps.

Video

We’ve created a short video to explain this in a bit more detail.

Confluence youtube macro video
fullscreenConfluenceButton
videoIdhttps://youtu.be/kxPsIUu2CcA
Info

Please also refer to Known Issues for details regarding exporting Custom Maps.

Post Message Embed API (

pi#59

Zendesk#14650)

Chart Types

We have added a postMessage API to allow the Dashboard interface to be securely controlled when embedded. Click here for general information on this functionality.

The current functionality is:

Open/close left-drawer (category list) and right-drawer (category object list)

Pin/unpin left-drawer and right-drawer

Link Buttons - custom position (

pi#75

Zendesk#5731)

Chart Configuration

In the same way that you can choose the position of a Legend, users will now be able to choose where Link buttons are displayed in chart cells. By default, Link buttons will appear at the bottom right of a chart cell (for all chart types) but users will be able to change the position on the ‘Config’ screen after clicking the ‘Edit Chart’ icon.

Info

If there is a large number of link buttons, a vertical scroll bar will be created. This will happen when using the Top-Left, Top-Right, Middle-Left and Middle-Right positions.

Please take a look at our documentation for more information.

Screenshots

The following screenshot shows Chart Link buttons in the Middle-Left position of the chart cell.

Video

We’ve created a short video to explain this in a bit more detail.

Confluence youtube macro video
fullscreenConfluenceButton
videoIdhttps://youtu.be/XaWUdgY5Zog

Column Range & Bar Range Chart

(pi#90)

Chart Types

Column Range and Bar Range charts have been added as Chart Types. These charts can be used to represent high and low points with a bar between them.

Both the Column Range and Bar Range chart types are available in the chart editor.

To use these chart types, an x-axis, high value and low value are required. You can find more information here.

Screenshots

Video

The following video explains more about Sankey Diagrams and Column and Bar Range chart types.

Confluence youtube macro video
fullscreenConfluenceButton
videoIdhttps://youtu.be/oTOtOuVFVBU

Sankey Diagram (

pi#102

Zendesk#8714)

Chart Types

A Sankey Diagram is a great choice when you need to visualise data flow and volume between nodes. It’s very similar to a Chord Diagram in behaviour, to use this chart type you would need an Identifier, Nodes and States - all dimensions.

You’ll be able to select from two types of Sankey Chart - Horizontal and Vertical.

You can find more information here.

Screenshots 

Big Query Data Connection (

pi#114

Zendesk#13955,15197)

Data Connections

A new Data Connection has been introduced, Google Big Query.

To use this connection type, please read the the please read the ‘Google Documentation for Big Query licencing agreement’.

To enable Big Query connection type, a few things are needed:

  • Driver jar files: the driver (.jar files) needs to be copied into the tomcat/custom_jdbc_drivers folder (on the dashboard installation server). The driver can be downloaded from here

Info

Use the JDBC 4.2 compatible download

  • OAuth Service Account Email. This is the email address for your Google Service Account.

  • OAuth Private Key JSON file: this file contains your google service account details and private key. It is obtained from your Google Service Account where you are hosting the BigQuery Database. The file needs to be placed in the tomcat/jdbc_custom_drivers folder, and the absolute path of the file on the server needs to be put into the connection setup screen.

Video

We’ve created a short video to explain this in a bit more detail.

Confluence youtube macro video
fullscreenConfluenceButton
videoIdhttps://youtu.be/vudX9kTcHKM

API - Export Import Connection endpoints (

pi#116

Zendesk#15364)

API

Added endpoints for exporting and importing data connections along with related items e.g. charts and categories.

  • Export: GET /api/v2/exportImportConnections/{id}

  • Import: POST /api/v2/exportImportConnections

Please refer to the API documentation for further details about these endpoints

Info
  • The exported content can only be imported to the same version of the dashboard

  • When importing, the UI allows users to choose the content to import, whilst the API imports everything and overrides the content in the system

Using old exported content:

If you have content exported from a previous version of the dashboard, and you want to import to a newer dashboard, one way to do so is to let the dashboard upgrade the data:

  1. Install an old clean dashboard (same version as the exported content - the version is on the exported content)

  2. Import old content to the old dashboard

  3. Upgrade the old dashboard to a new version

  4. Export the same content from the upgraded dashboard

  5. Import newly exported content to the target dashboard

Convert Empty Measure Values into Nulls or Zeros (

pi#118

Zendesk#15379)

Chart Configuration

The new selector on the chart editor configuration allows the user to select how empty data should be represented on the chart. By default, no conversion is selected but it can be changed into ‘Convert Nulls to Zeros’ or 'Convert Zeros to Nulls'. This means that you will be able to select whether blanks are displayed as 0 or the field is left blank.

Please take a look at our documentation for more information.

Video

We’ve created a short video to explain this in a bit more detail.

Confluence youtube macro video
fullscreenConfluenceButton
videoIdhttps://youtu.be/Quvragniuhs

Ability to force dynamic Category Objects panel on embedding (

pi#336

Zendesk#16438)

Embedding

This allows a user to force the display of the category objects if the category contains Category Objects when embedding.

<iframe src="https://{DASHBOARD URL}/pi/?categoryMode=3&enableDynamicFilterPanel=true#/dashboard-system/#/redirectToDefaultCategoryState/{CATEGORY ID}"></iframe>

Slim builds (

dashboard-deployment#15

Zendesk#15767,17233)

Deployment

After recently adding a fully up-to-date and modern API we’re now producing ‘slim’ builds. The slim build does not contain the legacy API and we recommend using it unless you still require the legacy API. In future releases the default mode will be the equivalent of slim.

  • Docker: use the slim tag eg: slim_2021_xx_xx

  • Windows: uncheck the option from the Components list in the installer

  • Linux: not yet available

Info

Please aim to migrate to the modern API as soon as possible.


Changed

Date Range Default Value - Category Objects (

pi#326

Zendesk#16245)

Category Objects

You will now be able to add free text in the ‘Default Value’ field for a Date Range Category Object.


Fixed

Colour rules on Analytics charts (

pi#95

Zendesk#12950,9763)

pi Predict

Colours can now be changed for different elements of an analytics type chart. Colours can be changed using the ‘Colours’ tab in the ‘Edit Chart’ menu. Please see this section for more information on changing colours.

 

Img folder cleared when renaming a theme (

pi#104

Zendesk#14080)

Themes

When a theme that contained images in the ‘img’ folder was renamed in the dashboard, the contents of the ‘img’ folder were deleted. The ‘img’ folder will now not be affected if the theme is renamed in the dashboard.

Heat Maps (

pi#115

Zendesk#14074,15359,15490)

Chart Types

When the Heat Map Chart Type was selected it was incorrectly displayed as the standard Map Chart Type. Heat Map Chart Types will now display as Heat Maps.

Link buttons not working on Analytics chart

(pi#181)

Charts

Link buttons are now displayed on an Analytic chart type in the same way as they are on other chart types.

HTTPS configuration was lost after an upgrade (

pi#320

Zendesk#16211)

Configuration

When upgrading the dashboard, the HTTPS configuration was lost, this now no longer happens.

Dashboard failing to start when theme.json is in the wrong place (

pi#321

Zendesk#14507,16304)

Configuration

The dashboard was failing to start when the theme.json file was in the themes root folder.

Horizontal scroll bar overlapping row totals on tables (

pi#322

Zendesk#16270)

Chart Types

A horizontal scroll was occasionally overlapping row totals when a scroll bar was not needed in the table.

Proxy and Cookie settings migration

(portselector#1)

Configuration

Proxy and cookie settings were not migrating from the port selector to dashboard.json.

Auto Licence Installation (

configuration-tool#75

Zendesk#16142,16248,16262)

Configuration

When the dashboard is installed from the same directory that contains the licence file the licence file will now be installed correctly.

Maria DB password change (

configuration-tool#76

Zendesk#15191,16195,16219)

Configuration

The Dashboard could end up in a broken state if the Maria DB password change failed.


Known Issues

Custom Maps not showing correctly when exported as PDF

(pi#311)

Charts

If you export Custom Map chart type as PDF, you will receive a PDF document with Custom Map displayed; however, the styling of the page is not correct, it possesses different margins and sizing in comparison with other chart type PDF exports. The help text is also positioned at the bottom. All other export types for Custom Maps (Word and PowerPoint) should work as expected.

Info

A fix for this issue will be available in the July release.


Keeping An Eye On pi

Info
  • pi Documentation - this area is where we store all our documentation. Please take a look - you can see what’s been added recently in the ‘Recently Updated’ section on the Home Page or by clicking the Pages link on the left hand side of the screen.

  • pi Community - this is an area where you can see recently asked questions and ask your own questions., and connect with other pi users from other companies - designed to help you connect and get the most from our community of users. You can register for an account really quickly by clicking the link at the top right of the screen or if you prefer you can even ask a question without creating an account

  • Customer Portal - don’t forget to download the latest release from here.

  • SupportDesk - log all your support tickets and see what’s happening on your previously logged tickets through our Support Portal

  • pi News - have a look at this area on our website, you’ll be able to see all the latest Panintelligence news

  • pi Academy - try one of our training courses and read through and watch some of our training materials

  • pi Social - see what’s going on at Panintelligence on one of our social media sites