New Features |
---|
1. | Added new "3D Area" chart type in reports and dashboards. |
2. | Added new "Surface" chart type in reports and dashboards. |
3. | The ParametersDisplayMode property has been added to a report. It allows to show parameters not only in a parameters panel, but in a dialog window. |
4. | A new property was adde to the ListBox and ComboBox elements - MaxSelectedItems. It limits a maximum number of items that can be selected. |
5. | The ClickEvent has been added to the Cards, Chart, Gauge, Image, Indicator, Progress, Shape and Text elements in the dashboards. |
6. | Ability to change column widths in the "Table" dashboard element. |
7. | The ability to execute CSharp scripts in report component expressions, variables, and calculated columns has been added. When creating new reports, the report's Script Language property is set to CSharp; existing reports will remain set to JavaScript, as was previously. |
8. | Added a new action "Running Average" to "Data Transformation". |
Enhancements |
---|
1. | Replacing the sync-request package with our own implementation. |
Fixed Bugs |
---|
1. | Error using variables of type "Range" when viewing a report in the viewer. |
2. | Handling non-existent enumeration when opening template in report designer. |
3. | Generating a hyperlink inside tooltips during user interactions with the dashboard in Viewer. |
4. | A problem with some numeric ranges which are used as parameters has been solved. |
5. | Using a column from a data transformation in the Gauge report component. |
6. | Text color handling for stripes in 3D dashboard charts. |
7. | Using user functions in "DataTransformation". |
8. | Saving changes when editing a column expression in Data Transformation. |
9. | The report designer freezes when changing the zoom in the viewer when viewing a report with a pie chart. |
10. | Text color in the "File" menu. |
11. | Warning about using synchronize() and synchronizeAsync() methods when synchronizing data in a report. |
12. | Displaying constant lines and strips for 3D charts. |