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

August 2018 (v. 2.6.1)

NEW New property timePattern was added. It allows formatting of fields with "type": "time" . The default value is null and it implies our default behavior.

NEW Changing measure aggregation from the context menu of chart legend was added (only for charts with multipleMeasures: true).

NEW Field type is now returned via API (i.e. getAllHierarchies(), getAllMeasures(), etc.) for JSON/CSV data sources.

NEW Now the custom headers and footers are also available for PDF and HTML charts export.

NEW Custom request headers are now available for CSV/JSON requests. Example:

flexmonster.setReport({
    dataSource: {
       filename:"https://cdn.flexmonster.com/data/data.json",
       dataSourceType:"json",
       requestHeader: {
           'Authorization':"znati 21521512454"
       }
    }
});

FIX The issue with infinite preloader when OCSV loading error occurred was fixed.

FIX Member properties (SSAS, Mondrian) were moved to the separate sub-menu in the context menu.

FIX The issue when the selected headers are not copied was fixed.

FIX The issue with exporting large legend to Image and PDF was fixed.

FIX The issue with applying empty slice from flat Field List was fixed.

FIX The issue with resetting grandTotalCaption was fixed.

FIX The issue with not saving custom grandTotalCaption to the report was fixed.

FIX The issue when a calculated value created via UI was not added to the slice was fixed.

FIX The issue when member properties for Mondrian and SSAS data sources are displayed incorrectly on the grid was fixed.

DOWNLOAD LATEST VERSION