NEW Now you can open calculated values editor directly from the values box in the Field List.
NEW Now the context menu contains items for Number and Conditional formatting.
NEW A new openCalculatedValueEditor()
API call was added. It allows opening calculated values pop-up window editor.
NEW Accelerator Now the Accelerator DLL file is signed with a Strong Name.
FIX The issue with the filterclose
event was fixed.
FIX The API call clear
was fixed for the XMLA data sources.
FIX The exception in the charts with showTotals: false
was fixed.
FIX The issue with the inconsistent width of the header cells was fixed.
FIX The issue with using specific field names (e.g. "length", "reverse", etc) in Elasticsearch was fixed.
FIX The issue with Elasticsearch and charts when zeros are in rows was fixed.
FIX The issue with expanding/collapsing rows in Elasticsearch when all rows are expanded was fixed.
FIX The issue jsSHA is not defined
when using Webpack was fixed.
FIX The issue with loading very small data with Firefox when gzip is enabled was fixed.
FIX The issue with showing "undefined" instead of (blank) was fixed.
FIX The issue with getData()
and cross-referencing calculated values was fixed.
NEW Pivot table for Kibana is released. Please install it using the following command:
kibana-plugin install https://github.com/flexmonster/pivot-kibana/releases/download/v1.1/flexmonster_pivot-v1.1.zip
For more details, refer to our official tutorial.
NEW Added two new localization labels: positive_currency_format
and negative_currency_format
. Get the updated localization on our GitHub.
FIX The issue with blank columns was fixed for the grid with showTotals
turned off.
FIX API call updateData()
was fixed for the case when partial
property is true
.
FIX The minor issue with non-empty response from getCell()
API call with showTotals
turned off was fixed.
FIX SSAS Invalid handshaking request to the server was fixed.
FIX The issue with exceptions while loading large JSON files with dozens of columns was fixed.
FIX The issue with disappearing spaces in the large JSON files was fixed.
FIX Add calculated value button is now visible with fieldListPosition:"right"
.
FIX Cell max width and max height is now 500px and 100px accordingly. It's possible to override the default values using CSS classes .fm-grid-column/.fm-grid-row
:
#fm-pivot-view .fm-grid-column { max-width: 300px; } #fm-pivot-view .fm-grid-row { max-height: 300px; }
FIX The error elasticsearch is not defined
in Webpack projects was fixed.
FIX The random issue with incorrect loading of CSV/JSON/OCSV data with slow network connection was fixed.
FIX Data Compressor The issue with setting custom delimiter
for compressing CSV files was fixed.
FIX The issue with the datachanged
event not returning column's uniqueName
was fixed.
FIX Data Compressor for PHP The issue with recognizing numeric types from PostgreSQL was fixed.
FIX The sorting of measures in flat form is now stored to report.
FIX The issue with using getData()
and calculated measure in slice was fixed.
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.
NEW Added ability to add custom CSS class to the context menu items. Use new property items[].class
inside customizeContextMenu
.
FIX Responsive layout for the Toolbar icons was improved.
FIX The issue with multiple expands for Elasticsearch was fixed.
FIX The issue with searching members in the filter pop-up window in the SSAS data source was fixed.
FIX The issue with loading large JSON array of arrays was fixed.
NEW Now the request headers are available for the XMLA connection.
FIX The issue with the text-align of header cells in Excel export was fixed.
FIX The issue with formatting percent values in charts, drill-through pop-up window, and the auto-calculation bar was fixed.
FIX Data Compressor for Java The issue with compressing numbers with comma as decimal separator in Java was fixed.
FIX The issue with combining query and exclude filters for multilevel hierarchies was fixed.
FIX The issue with drill-down and drill-up after loading report for CSV/JSON data sources was fixed.
FIX The issue with distinct count aggregation for hierarchies with multiple levels (e.g., year/month/day
) was fixed.
FIX The issue with rounding numbers when formatting decimal places was fixed.
FIX The issue with popping-up the “Pivot cannot be drawn” alert message when a license key is not set for the component was fixed.