-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
When displaying a pie chart with grouping on a shared report, the chart doesn't render properly (see screenshots). Changing the pie chart to a bar chart renders without any issues
Steps to reproduce:
- Generate a report with at least 2 different processes
- Report Setup:
- View: Process Instance
- Measure: Count
- Group by: Process
- Share the report
- Open the shared URL
Actual result:
Expected result:
Hint:
In ReportService.js, we have a hack that converts hyperMap reports to normal map reports when evaluating multi process reports. We do not do this conversion when loading shared reports which causes the issue in this ticket. We should either find a solution to remove the hack if possible or make the shared reports do the same conversion.