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

Release notes

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.

January 2017 (v. 2.306)

NEW Added ability to customize cells using hook function. Can be used to add hyperlinks to the cells, custom styles, etc. Example: Customize cells.

NEW New datachanged event was added to handle editing in the drill-through and flat view. Read more.

NEW Search by dimensions in Field List is available now. The search box is automatically shown if the number of fields is over 50.

NEW New feature hierarchy properties is available for MS Analysis Services and Mondrian.

FIX The issue with the filtering on the last columns of OCSV was fixed.

FIX The issue with events during the drill through on OLAP data sources was fixed.

FIX CSS for the Open icon in Toolbar on Retina displays was fixed.

FIX The error when loading report with activeMeasures was fixed.

FIX The issue with exporting charts to the image was fixed.

FIX The issue with fullscreen mode was fixed.

FIX The issue with exporting < character to Excel was fixed.

Version 2.230

FIX The issue with an exception in IE for some cases was fixed.

FIX The issue with CSV parsing was fixed.

December 2016 (v. 2.305)

NEW Calculated View was improved by showing aggregation label after measure label.

NEW Number formats inherit unspecified properties from the default format.

NEW A reference to Flexmonster instance can be obtained by selector now: $("#pivot-container").data("flexmonster").

NEW Now "Connect" submenu is showing the list depending on license edition.

FIX Exception `Cannot read property 'multipleMeasures' of undefined` in Toolbar was fixed.

FIX The issue with DESC sorting of large hierarchies was fixed.

FIX The issue with exporting charts to Image and PDF was fixed.

FIX The issue with the Swiss thousand separator (') in chart view was fixed.

FIX The issue with pivot charts loading was fixed.

FIX The issue with restoring embedded data from the report was fixed.

FIX The issue with the long selectAll label in the filter was fixed.

FIX The issue with the inconsistency of report type while saving to server was fixed.

FIX The issue with the saveAs function in IE was fixed.

FIX The Y axes labels position in charts view was changed.

FIX The X axes labels rotation in charts was changed.

FIX If layout option (compact/classic/flat) is changed in the toolbar, the view is switched to the grid.

FIX The issue when export to Excel or PDF hangs if the conditional formatting colors are set not as hex color codes was fixed.

FIX Accelerator Mondrian The issue with loading all members was fixed.

Version 2.229

FIX The issue with the Swiss thousand separator (') in chart view was fixed.