NEW The adjusted columns width and rows height are retained if a user is adding/removing the measures.
NEW HTML5 Two new aggregations "Difference"
and "% Difference"
were added and can be localized now.
NEW HTML5 Drill-through is now available on charts.
NEW HTML5 Default columns and rows sizes are now customizable via CSS:
.fm-grid-column { width: 100px; max-width: 200px; }
.fm-grid-row { height: 16px; max-height: 100px; }
NEW Accelerator SSAS customData
parameter is supported in the Accelerator.
NEW Accelerator SSAS localeIdentifier
parameter is supported in the Accelerator.
NEW Compressor Java /.NET / PHP The ability to change data type's using special symbols (m+
, w+
, etc.. ) in SQL reader was added.
FIX The issue when export to Excel produces corrupted Excel file if grid's title contains '&'
or special chars like €
, £
, ¥
, etc. was fixed.
FIX The issue that the Component was case sensitive to members' names was fixed. Now if you have 'Bangle', 'BANGLE' and 'bangle' in your CSV or JSON data they come as one member.
FIX The issue with passing Date objects in JSON was fixed.
FIX The issue with Top10 filtering in Flat View was fixed.
FIX The issue with wrong column sizes in exported Excel file was fixed.
FIX The leaf nodes for hierarchical structures in CSV and JSON was fixed.
FIX The issue with the black box on the exported charts to PDF was fixed by updating html2canvas.js
to the latest version.
FIX The issue when columns' width were not saved in the report if showHeaders
option is set to false
was fixed.
FIX The issue when all rows' height are set to default when a user starts resizing any column was fixed.
FIX The issue with export to the image when only a legend is exported was fixed. This issue was reproducible in IE and FF.
FIX The issue with .xlsx
file in Google Drive was fixed.
FIX The issue with cell selection after scrolling was fixed.
FIX The issue with customData
attribute to getReport()
and setReport()
API calls was fixed.
FIX The issue with pivot table crashing when zoom level differs from 100% was fixed.
FIX The fix for "+"
prefix for hierarchical structures in CSV was done.
FIX The issue for Field List with the Flat View was fixed.
FIX The issue with invisible last column in Drill-through View was fixed.
FIX The issue with duplicating hierarchies in Field List was fixed.
FIX The issue with a wrong amount of rows in Drill-through (MS Analysis Services) was fixed.
FIX Fields View layout issue in Drill-through was fixed.
FIX The issue with missing aggregation label on the grid was fixed.
FIX Accelerator SSAS Accelerator is now compatible with .NET Framework 4.
FIX Accelerator SSAS The issue with useOlapFormatting
parameter was fixed.
FIX Accelerator Mondrian The issue with missing CalculatedMembers
in Mondrian 4 was fixed.
FIX Accelerator MondrianThe issue with ignoring "visible"
property for Measures
and CalculatedMembers
was fixed.
FIX Accelerator Mondrian / SSAS The issue with drills in big hierarchies was fixed.