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

June 2019 (v. 2.7.7)

NEW Exporting the Unicode characters to PDF is now supported. It means that from now on you can save PDF reports in Chinese, Arabic or any other language without any problems. To do this, you only need to provide an appropriate TTF font file while using exportTo() API call. Also, we have prepared a list of ready-to-use Google Noto Fonts that you can use to support almost any language in the world. Please note, that only fonts in standard TTF format are supported. Example of usage:

flexmonster.exportTo('pdf', {
  fontUrl: 'https://cdn.flexmonster.com/fonts/NotoSansCJKtc-Regular.ttf'
});

Check out an updated localization demo on JSFiddle.

NEW Compatibility with Elasticsearch 7.1 was improved.

NEW Custom request headers are now supported for Elasticsearch via dataSource.requestHeader property.

NEW A host property for Elasticsearch was renamed to a node. The host is deprecated but still supported.

NEW A new label progressKnown was added. It is used to display the process of loading CSV/OCSV when the size of the data file is defined.

NEW Now it is possible to define uniqueName property in JSON meta object for an array of arrays.

NEW A new property caseSensitiveMembers was added to distinguish members with different cases.

FIX The random issue with incorrect loading of CSV/JSON/OCSV data with slow network connection was fixed.

FIX Added warning alert if loaded JSON report doesn't contain required properties.

FIX The issue with grouping measures in the Field List when using strictDataTypes option was fixed.

FIX The issue with grid export to the image was fixed.

FIX Data Compressor The issue with compressing similar member names on different levels was fixed.

FIX The issue with appending compressed data was fixed.

FIX The issue with entering fullscreen mode when the component has fixed size was resolved.

FIX The issue with loading gziped data from the Data Compressor using the Mozilla Firefox browser was fixed.

FIX The issue with icons and react-flexmonster module was fixed.

FIX SSAS The issue with empty grand totals for hierarchies with no all member was fixed.

DOWNLOAD LATEST VERSION