NEW Drillthrough mode for calculated values was added.
NEW New Dark UI theme was added to the themes list.
NEW Removing fields from the grid using drag'n'drop was added.
NEW The default font size for labels on charts was increased and two new LESS variables were added to control it in themes.
FIX The issue with non-active APPLY button when the search is canceled was fixed.
FIX The issue with expandAll()
API call before export was fixed.
FIX The issue when getData()
API call with slice provided modifies the internal state of Flexmonster component was fixed.
FIX More accurate positioning of (+) icons in the legend on charts.
FIX The exception related to right-clicks was fixed.
FIX The issue with showing hierarchies that have 3+ levels was fixed.
FIX The issue with component resizing inside the tabs was fixed. Calling refresh()
is required after the tab is visible.
NEW Type definitions flexmonster.d.ts
for Angular (4+) framework was extended with API for integration with FusionCharts, Google Charts and Highcharts (check on GitHub).
FIX Browser’s memory usage was optimized.
FIX The issue when clicking on the search icon in Field List resulted in a page reload was fixed.
FIX The issue with parsing large CSV files was fixed.
FIX The issue with showHeaders
property for drill through was fixed.
FIX The issue with height in created pivot instances when working with tabs was fixed.
FIX The issue with exporting numeric data from drill through to Excel was fixed.
FIX The issue with not working browseForFile
property was fixed.
FIX .NET Compressor The issue with compressing empty number values was fixed.
NEW Compressor PHP and Java Now compressor allows setting the timezone for parsing data (TimeZone). The data is still returned in UTC.
NEW Pivot allows setting timezone in datePattern
and dateTimePattern
, which will affect the time displayed on the grid. For example, set pattern as "GMT+2:dd/MM/yyyy"
, where your custom timezone can be set by specifying GMT+-N hours. Some common abbreviations, like "CET:dd/MM/yyyy"
(Central European Time) or "JST:dd/MM/yyyy"
(Japan Standard Time) can be used as well.
FIX The issue with exporting tooltips to image and PDF was fixed.
FIX The issue with opening old .xml
reports was fixed.
FIX The issue with grid zooming was fixed.
FIX The exception in IE10 was fixed.
FIX Browser’s memory consumption was reduced even more.
FIX The issue with blank dates in the export to Excel feature was fixed.
FIX Spanish localization file was updated (check on GitHub).
FIX Measures' names are displayed in Format cells and Conditional formatting pop-ups without aggregations.
FIX Count
and Distinct Count
aggregations format values as integer no matter what number format is defined for values.
FIX The issue with toolbar when loading key asynchronously with licenseFilePath
was fixed.
FIX The issue with Drag and Drop after choosing Select All
in the flat view Field List was fixed.
FIX The issue with the toolbar localization when there is more than one pivot instance on the page was fixed.
FIX The issue with infinite resizing of the columns in Chrome with zoom 67% was fixed.
FIX Compressor Java/.NET The issue with number
type in Oracle 11g was fixed.
NEW Running total was added to list of aggregations. More info about running totals.
NEW While connecting to data, if the response contains the error message, this message will be displayed in our error pop-up.
FIX The issue with updateData API call and custom sorting was fixed.
FIX More minor fixes for updateData API call.
FIX The issue with losing filters for OLAP data source was fixed.
FIX The updating of preloader's messages on progress events was fixed for all data sources.
FIX The issue with license keys in Turkish locale was fixed.