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.
FIX The issue with nonworking data type prefixes if CSV has only the header row was fixed.
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.
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.
FIX The exception while parsing CSV that contains only header row was fixed.
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.
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.
FIX The issue with an exception in IE for some cases was fixed.
FIX The issue with CSV parsing was fixed.