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.