July 2021 Dashboard Release Notes
Release Name - pi.2021-07-29
Release Date - Jul 29, 2021
We are pleased to present our latest offering of pi - our July 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.
Dec 13, 2021 - 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
25/08/2021 - a patch release has been made available for the July 2021 release. This patch relates to an issue with the dashboard not closing connections to the databases when a query fails. You can find the latest version (2021-07-29.3) by clicking the Download It Now link.
04/08/2021 - a patch release has been made available for the July 2021 release. This patch relates to the cumulation issue. If you use jConnect, JTDS and Snowflake JDBC connectors please upgrade to this version as soon as possible. You can find the latest version (2021-07-29.1) by clicking the Download It Now link.
Here’s what we’ll cover;
- 1 Added
- 2 Changed
- 3 Fixed
- 3.1 pi Reports text/ colour Containers not resizing correctly (Zendesk#15513,16174)
- 3.2 Category name - ‘Can Allocate Charts’ permission (Zendesk#15814)
- 3.3 Blank ‘Dashboard Logo’ field returns the old Panintelligence logo (Zendesk#15263)
- 3.4 pi Reports - PowerPoint download issue (Zendesk#16171)
- 3.5 pi Reports not downloading as Word files (Zendesk#16172)
- 3.6 pi Reports table headers height issue (Zendesk#16170)
- 3.7 pi Reports - each table row spread over multiple pages (Zendesk#15686,16167,16168)
- 3.8 Custom Maps not displayed correctly when exported as PDF
- 3.9 Stacked Bar Chart not displaying correctly (Zendesk#16207)
- 3.10 Creating users via the API failing when ‘Lite’ not declared correctly
- 3.11 Password reset functionality not working
- 3.12 Cumulation not working in some databases (Zendesk#16776,16818,16842)
- 3.13 Dashboard Repos restore can fail if services have never been started (Zendesk#15510)
- 4 Keeping An Eye On pi
Added
Minimum Column Width & Row height (Zendesk#14312)
Tables
In Dashboard Configuration>Themes>Configuration a minimum Column Width and fixed Row Height has been added under the new heading ‘Tables’. These settings will apply to all table type charts (Table, Rotated Table and Editable Table) using the selected theme on the dashboard.
Adding a numerical value to ‘Minimum Column Width’ field will restrict all table columns so that they don’t fall below the specified width. This value will be respected even if width values have been applied to individual columns in the Edit Chart screen.
Adding a numerical value to ‘Row Height’ will fix the height of all table body rows to the specified height. Setting this value will also overwrite line-height
in .pi-style__table-body-cell
, to use this property the !important
tag needs to be added to line-height
in .pi-style__table-body-cell
.
Video
We’ve created a short video to explain this in a bit more detail.
Group Header Style (Zendesk#14637)
Themes
An option has been added that will provide users with the ability to style the Group Headers used in Crosstab tables. This will make it easier to distinguish between the different headers used. Group Headers can be styled using Dashboard Configuration > Themes > Style and then selecting the ‘Table’ tab.
Styles can be applied to the entire Group Header or alternatively, you can style headers that contain dates, numbers, text or null values separately using one of the other options available on the Themes>Styles>Tables tab. Please refer to the supporting documentation for more information.
This is how the change made in the screenshot above would look on a table.
Video
We’ve created a short video to explain this in a bit more detail.
Network Graph
Chart Types
Network graph is a mathematical graph that shows relationships between points. The graph visualizes how subjects are interconnected with each other. Entities are displayed as nodes and the relationship between them is displayed as lines. The Network Graph has various uses such as to display relationships between people, companies, and products.
Screenshots
There is the option on the Network graph to display data in two different ways - grouped by Node or grouped by the State. The following example shows grouping by Node.
Please refer to the related documentation for more information.
Video
We’ve created a short video to explain this in a bit more detail.
Merged Tables
Chart Types
A new chart type has been introduced which will allow users to combine up to 3 separate tables into one merged table, this feature works in a similar way to Merged Charts. Create and customise each table separately and when these tables are merged the Merged Table will inherit the individual features of the separate tables.
Screenshots
The following screenshots shows the result of a Crosstab table merged with a simple data table. Colouring has been added to each of the child tables and this has also been combined into the Merged table.
Please refer to the related documentation for more information.
Video
We’ve created a short video to explain this in a bit more detail.
API - Ability to download charts (Zendesk#15259)
API
New API endpoints have been added to allow for downloading charts. This works in the same way as clicking one of the download options in the Chart Tools menu on the dashboard.
If a user has the relevant permissions to download a chart in the dashboard, this user can also download the chart in the same format using the API.
The API returns the chart data content in text, so using the API to download a chart generally requires writing code to create the file with the data content.
You can find more information in our API documentation.
Video
We’ve created a short video to explain this in a bit more detail.
SingleStore Data Connection (Zendesk#16534)
Data Connections
A new Data Connection, SingleStore is now available. Please refer to the related documentation for more information.
Firebolt Data Connection (Zendesk#15794,16533)
Data Connections
A new Data Connection, Firebolt is now available.
Changed
‘Can Edit Own theme' name change (Zendesk#14452)
Configuration
The name for the ‘Can Edit Own Theme’ permission has been changed to ‘Can Change Own Theme’ to avoid confusion.
Video
We’ve created a short video to explain this in a bit more detail.
Update embed example (Zendesk#16334)
Embedding
The API Embed Example application has been updated to the v2 API. You can find more information here.
Video
We’ve created a short video to explain this in a bit more detail.
Fixed
pi Reports text/ colour Containers not resizing correctly (Zendesk#15513,16174)
pi Reports
When using text/colour containers in pi Reports the result was not respecting the correct row height set by the user.
Category name - ‘Can Allocate Charts’ permission (Zendesk#15814)
Charts
If users try to duplicate which is assigned to a Category that can no longer allocate charts a warning message will be displayed. The duplicate chart will be assigned to the first category which can allocate charts.
Blank ‘Dashboard Logo’ field returns the old Panintelligence logo (Zendesk#15263)
Themes
When a logo has not been added to Themes>Configuration> Dashboard Logo and/ or a Theme has not been selected, the new Panintelligence logo will be the default logo.
pi Reports - PowerPoint download issue (Zendesk#16171)
pi Reports
Reports were not downloading when a local image path had been used in the report header.
pi Reports not downloading as Word files (Zendesk#16172)
pi Reports
Large reports were being downloaded as corrupted files due to the Renderer timing out.
pi Reports table headers height issue (Zendesk#16170)
pi Reports
When using tables on pi Reports the result would have large height headers not representing the correct size of the table header.
pi Reports - each table row spread over multiple pages (Zendesk#15686,16167,16168)
pi Reports
Rows spreading over multiple pages when the Hide Text
(Hide chart title) option is set to true will no longer happen.
Custom Maps not displayed correctly when exported as PDF
Chart Types
The PDF document will now include the correct size of the chart together with margins, padding and correct positioning of help text. The chart will also take up the whole page and will follow the same style rules as other chart types when downloaded as PDF.
Stacked Bar Chart not displaying correctly (Zendesk#16207)
Chart Types
Stacked Bar charts containing a lot of data on the X Axis, a specified AVG Target and enabled Data Labels were not rendering correctly.
Creating users via the API failing when ‘Lite’ not declared correctly
API
When using the API v2 and POST
ing or PUT
ing to the /users/
endpoint, the user was not being created when the lite
property was not declared as true or false.
Password reset functionality not working
Configuration
An error message will no longer be displayed when using the password reset function.
Cumulation not working in some databases (Zendesk#16776,16818,16842)
Data Objects
When an object is defined as a number with cumulation as Cumulative or Decumulative, the data was being concatenated as a string instead of being summed. This was affecting data objects when using jConnect, JTDS and Snowflake JDBC connectors. A July 2021 patch has been released to address this issue.
Dashboard Repos restore can fail if services have never been started (Zendesk#15510)
Configuration
Backing up and restoring the dashboard database (repository) is no longer permitted on a newly installed or upgraded, never run dashboard. It must be configured using the configuration tool first. As part of this fix the configuration-tool creates a file in the dashboard root folder called configured.txt, this file contains the date when a configuration was last applied to the dashboard. This date is displayed at the top of every page in the configuration-tool-GUI application.
Keeping An Eye On pi
CUSTOMER NEWS - Our August 24 Release Is Now Available - Download It Now!