Skip to content

v3.9.2

Choose a tag to compare

@Shiv-Chata Shiv-Chata released this 14 Nov 01:55
· 3 commits to master since this release
a9151ee

Bug Fixes:

  • Bug: when switching to a column chart in DataMessenger (e.g., for a query like “Top 10 items today”) and clicking the Sigma symbol on the y-axis dropdown, the options display as [object HTMLSpanElement] instead of the correct labels.
  • Bug: The x-axis is not summing values correctly for chart views. For example, querying all items for options expiring on tomorrow with size >= 1000 and setting the x-axis to “type” shows an incorrect total — it would only displays the last value in the list.
  • Bug: When charting from a list query, the data is not sorted correctly by date; dates appear in reverse order.
  • Bug: the check boxes for the y axis selection is not aligned.
  • Bug: Add empty state for query response with no data.
  • Bug: Restrict "other" belong drilldowned on in pie chart view as "other" is not a real column.