Need a special offer?Find out if your project fits.
+

Release notes

March 2017 (v. 2.311)

NEW The aggregations drop-down button location was changed for OLAP measures.

FIX The issue with expandAll option which was lost after slice change was fixed.

FIX Uncaught exceptions when try to expand value after creating group were fixed.

FIX Uncaught exception in the console if enter and save the duplicate(same) group name was fixed.

FIX Drills are restored if the previous report was based on the same data source and on the same rows/columns.

FIX The exception in the Drill Through pop-up when setting a report based on inline JSON data was fixed.

FIX The incorrect display of expanded nodes in the chart's legend when the classic view is true was fixed.

FIX The incorrect display of drilled-down nodes of multilevel hierarchy in the chart's legend was fixed.

FIX The issue of the expanded labels positioning on x-axis on charts was fixed.

FIX The issue with using customizeCell inside the Toolbar was fixed.

FIX The issue with dragging in Field List in mobile version was fixed.

FIX The issue when getReport() returns wrong grid view type was fixed.

FIX Compressor The .Net compressor localization issue was fixed.

FIX Accelerator SSAS The issue with an exception while cleaning cache was fixed.

February 2017 (v. 2.310)

NEW The "All values" option for cell formatting was added.

NEW Format cell pop-up was redesigned.

NEW The integration with React and TypeScript was improved. See sample.

NEW The integration with Google Charts was improved. Now the preparation of data depends on the chart type that can be set explicitly in googlecharts.getData() API call.

FIX The issue with dragging measures to the hierarchies list was fixed.

FIX The issue with exporting to Excel when the grid is not visible was fixed.

FIX The issue with nonworking data type prefixes if CSV has only the header row was fixed.

FIX The empty value in Top X mode was removed from the dropdown.

FIX Empty values for dates with max aggregation remain empty instead of converting to 1st of Jan 1970.

FIX Exception is removed for invalid reports (MS Analysis Services) with member properties turned on.

FIX Fixed issue with order of members for numeric hierarchies in Accelerator for MS Analysis Services.

FIX Exception is fixed for siblings loading process in Mondrian Accelerator.

FIX When the aggregation is changed to Count/Distinct Count, format is set to default count (without any signs).

FIX The issue with saving multiple values in charts to the report was fixed.

Version 2.233

FIX The issue with nonworking data type prefixes if CSV has only the header row was fixed.

February 2017 (v. 2.309)

NEW The npm module for the report converter was added.

NEW Report is being saved with minimal properties by default to improve global usage. Also, withDefaults and withGlobals parameters were added to getReport() and save() API calls to support saving of reports with the maximum amount of properties including default values and the properties that come from global parameters.

NEW New tutorial "Integration with PhoneGap" was added.

NEW The "Default format" configuration from UI for cell formatting was added.

NEW Compressor PHP Support of MSSQL on Linux was added.

FIX The issue when opening Options menu in toolbar before the pivot is loaded was fixed.

FIX The issue with blinking "No data to display" label was fixed.

FIX The issue with dragging measures to the hierarchies list was fixed.

FIX The issue with muting the "beforetoolbarcreated" event of the second instance of pivot was fixed.

FIX The issue with data concatenation in dimension members on Pivot Grid was fixed.

FIX The issue with too wide highlights in the export dropdown in toolbar was fixed.

January 2017 (v. 2.308)

NEW New chart Bar Horizontal was added to the list of built-in interactive pivot charts. It is available in the toolbar by default. Please use "bar_h" type in API for the new horizontal bar chart.

NEW The new option showAggregationLabels to hide aggregation labels on the grid for measures was added. Check the example.

NEW Export to Excel and CSV from charts is allowed now and exports grid data.

NEW New feature grouping was added. By default, it's turned off and can be enabled via options e.g.

options: {
    grouping: true
}

FIX The issue with using localization labels for the mobile version of the component on the desktop version in Format menu was fixed.

FIX The removeAllCalculatedMeasures() API call was fixed.

FIX The issue with dragging fields from pages to columns on the grid was fixed.

FIX The issue with calculated value drop-downs was fixed.

FIX The issue with percent formatting was fixed.

FIX Sorting values on the grid was improved for touch devices.

FIX Improved backward compatibility for useOlapFormatting option.

FIX The issue with removeSelection() API call was fixed.

Version 2.232

FIX The exception while parsing CSV that contains only header row was fixed.

January 2017 (v. 2.307)

NEW New approach for Toolbar customization is introduced. Read more.

NEW The legend with two measures will be shown in Bar line chart if only measures are selected for columns.

FIX The drill through option was removed from right click submenu for calculated values.

FIX The issue with removing calculated measures was fixed.

FIX The issue with removing "Values" in the Field List was fixed.

FIX The issue with CSS while dragging was fixed.

FIX The issue with exporting Unicode characters to CSV was fixed.

FIX The issue with expandData() and collapseData() methods was fixed.

FIX The issue with disabled search in Field List in Firefox was fixed.

FIX The issue with an exception if there are overrides in standard Array was fixed.

FIX The issue with returning null in some API methods (getReport(), getRows(), getColumns(), etc.) after specific events was fixed.

FIX The restoration of the pivot table sorting from the report slice was fixed.

FIX The issue with expands that were becoming incorrect after the slice change, was fixed.

FIX The issue with useOlapFormatting backward compatibility from XML reports was fixed.

FIX The issue with minification of memberProperties was fixed.

FIX Small bug with filtering in OLAP data sources was fixed.

FIX MDX generation for hierarchies with no all member was fixed.