NEW The converter for XML reports in old format to newer JSON format is available online and on the GitHub.
NEW The connector for FusionCharts was extended with API call fusioncharts.getNumberFormat(format:Object)
for number formatting.
NEW Inline JSON data saves along with the report JSON file now.
FIX The issue when passing xmlstring
to setReport()
method was fixed.
FIX The issue with dragging in Field List was fixed.
FIX The issue with setting toolbar localization from the report was fixed.
FIX The issue with UI z-index
on mobile was fixed.
FIX Height of Filter View on mobile was optimized.
FIX The issue with opening Drill-through View on some devices was fixed.
FIX The exception of connectTo()
API call if no report is previously set was fixed.
FIX The issue with incorrect Grand Total
column caption was fixed.
FIX The issue with naming inside of tableSizes
report property was fixed.
FIX The issue with distinct count in aggregate()
method in MDX was fixed.
FIX The handler of Cross-Origin error in CSV loader was fixed.
FIX The issue with switching between Classic and Compact forms via Toolbar on OLAP data sources was fixed.
FIX Flash/Flex The issue with printing in classic mode was fixed.
NEW New attribute reportType
was added to save()
API call. It allows saving the reports in .xml
format. More
NEW Added examples for integration with React projects.
FIX The issue when NULL
value label is not shown in Excel export was fixed.
FIX The issue with isPercent
formatting for charts was fixed.
FIX The compatibility issue with jQuery 3.x was fixed.
FIX Toolbar icon for Report was fixed on mobile UI.
FIX Methods updateData()
, connectTo()
and addJSON()
updates data for the current report, without reverting to default options.
FIX Toolbar was updated according to the new structure of options object.
FIX Multiple values
checkbox was fixed in Toolbar.
FIX The issue on charts with decoding labels that have special HTML entities was fixed.
FIX The issue with Pie chart labels that have HTML tags was fixed.
FIX Performance improvements in export to Excel, PDF, HTML were implemented.
FIX The issue when NULL
value label is not shown in Excel export was fixed.
FIX The issue with isPercent
formatting for charts was fixed.
NEW The .
thousand separator was added for cell formatting.
NEW Added tag library for JSP projects.
NEW Added MVC
helper for ASP.NET projects.
NEW Added support for all event handlers in AngularJS.
NEW Added TypeScript definitions.
FIX The issue with connecting to Accelerator using connectTo
/updateData
methods was fixed.
FIX The issue with selecting levels in the Fields List was fixed.
NEW The .
thousand separator was added for cell formatting.
FIX Accelerator Mondrian Compatibility issue with SQL Server was fixed.
FIX The issue with the textAlign in PDF export was fixed.
FIX The issue with isPercent
formatting was fixed.
FIX Fixed Uncaught RangeError: Maximum call stack size exceeded
on Chrome 54. Read more
FIX The issue with search by members in hierarchies with multiple levels was fixed.
NEW HTML5 New attribute "Format as percent" (isPercent
property in Format Object) for measure formatting was added. It has value false
by default. It allows to format data as percentage. The behaviour is the same as in Excel. Set isPercent
to true
and numbers will be multiplied by 100 and % symbol will be added. For example, 0.56
will be changed to 56%
. Please note, if %
is set as currencySymbol
, setting isPercent
to true
will not multiply numbers by 100
.
FIX The issues with loading the report which has the embedded data was fixed.
FIX The issue with browser freezing while loading specific OCSV data from the report was fixed.
FIX The issue with the pie charts legend, that occurred when you switched to it from the Classic View pivot table, was fixed.
FIX The issue when the calculated measure remains in the slice after it was deleted by Remove button in Calculated Values pop-up or by API calls removeMeasure()
and removeAllMeasures()
was fixed.
FIX The visual issue in the Field List was fixed.
FIX Compressor .NET The issue with file blocking after it had been read was fixed.