The Dashboard components have been improved on ALBPM 6.0. They use a new graphics layer and provide new functionality. As a result, you might need to modify some of your existing 5.7 Dashboards to make them fully compatible with this new version.
Waterfall charts and Multiple-Pie charts are not available on version 6.0. When a project is imported from 5.7 they will be replaced by a bar chart.
Dashboard Display Properties (on Global Activities) are only taken into account when displaying the Dashboards through the classic 5.7 WorkSpace.
Existing 5.7 Dashboards featuring "drill down" from a chart to a list of process instances use code that needs to be changed.
...
result = getQueryStringFor(
ClientBusinessProcess.processService,
viewId : "viewId")
//Just to open the url
openURL this
using url = result,
newWindow = false,
standardBrowser = false
....
with:
broadcastViewChangeEvent this
using viewId = viewId
This new code is simpler and allows for displaying the dashboard and the list of
instances view at the same time in the same page (in different portlets).