We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Release notes

June 2017 (v. 2.317)

NEW When hovering over a text with ellipses in charts the full name is shown in a tooltip.

NEW New tutorial Integration with Angular 4 was added.

FIX When the axis title is long and is displayed not in full in charts, the full text is shown on hover.

FIX The issue with too dense labels on the axis in charts was fixed.

FIX Date sorting in Mondrian and icCube was improved.

FIX Occasional exception on expand was fixed.

FIX The issue with sorting by name applied after sorting by value was fixed.

FIX Accelerator SSAS Freezing while filtering non-existent member was fixed.

May 2017 (v. 2.316)

FIX The issue with negative zero was fixed.

FIX Drill through with multiple items in report filter was fixed.

FIX The issue when getReport() does not return options.grid.type value if it is "compact" was fixed.

FIX The drill-through pop-up opening was disabled for empty table cells.

FIX The issue with group disappearing after expandAll() API call was fixed.

FIX Compressor .NET The issue with dbNull value was fixed.

FIX Accelerator Mondrian The issue with parsing specific CONNECTION_STRING formats was fixed.

May 2017 (v. 2.315)

NEW The following new CSS classes were added:

  1. .fm-total-r - to cells in subtotal rows
  2. .fm-total-c - to cells in subtotal columns
  3. .fm-grand-total-r - to cells in grand total row(s)
  4. .fm-grand-total-c - to cells in grand total column(s)
  5. .fm-total-classic-r - to cells in subtotal rows in the classic view.

FIX The issue with the minimum size of the stack element in the bar stack chart was fixed.

FIX The issue with parsing dates in Firefox was fixed.

FIX The issue with sorting dates in OLAP was fixed.

FIX Compressor PHP The issue with compressing dates was fixed.

April 2017 (v. 2.314)

NEW The charts' option oneLevel defines whether the chart shows all nodes on the x-axis and the legend (false) or only the lowest expanded node on the x-axis and on the legend (true).

FIX The issue with resizing headers in flat view was fixed.

FIX The issue with exporting infinity value to Excel was fixed.

FIX The issue with subtotals labels in classic view was fixed.

FIX The issue with exporting after adding conditional formatting was fixed.

FIX Now Open filter right click menu item is not shown if the opening columns/rows filter controls are hidden (grid.showFilter: false).

FIX The issue with columns shifting in drillthrough was fixed for MSAS and Mondrian.

FIX The issue with failed second connection to OLAP server was fixed.

April 2017 (v. 2.313)

NEW New cell property isDrillThrough is now available inside customizeCell function.

NEW customizeCell hook is now working with all exports.

NEW A new approach of the charts rendering was implemented. Previously the charts were fitted in the width and height available. Now visual elements have a minimum size and if they do not fit in the available space the scroll bar arises. As a result, the charts can now show more data in a more readable form and the labels on axes do not overlap.

NEW An operator isNaN() was introduced to be used in formulas in calculated values and in conditional formatting. For example, the following formula "if(isNaN(#value), 'trueStyle')" in conditional formatting will highlight the cells with no data. New conditional option Empty was added for this operator in the toolbar in addition to Less than, Greater than, Equal to, etc. Also, isNaN() or !isNaN() can be used in calculated values. For example, the calculated value that is described with the following formula "if(isNaN(average("Discount")), average("Price") * 0.1, average("Discount"))" will do different calculations depending on if average("Discount") is NaN or not.

FIX The issue with toolbar after pivot re-creation was fixed.

FIX The issue with toolbar pop-ups when creating multiple pivots was fixed.

FIX The issue with horizontal bar chart axis labels positioning in IE was fixed.

FIX The issue with axis labels positioning in exported HTML was fixed.

FIX The rotation of x-axis labels on charts was improved.

FIX The issue with missing % sign in the right y-axis in the bar-line chart when a measure has % Difference aggregation was fixed.

FIX The issue with exporting UTF-8 symbols to CSV was fixed.

FIX The issue with oneLevelTuple property was fixed.

FIX The issue with configuratorActive property was fixed.

FIX The issue with sorting filtered members in Flexmonster accelerator was fixed.

FIX Fixed hash parameter for passing credentials to the server via XMLA.

FIX The issue with wrong height and width when showHeaders = false was fixed.