@datarailsshared/dr_renderer 1.2.327-dragons → 1.2.328-dragons

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.2.327-dragons",
3
+ "version": "1.2.328-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -8780,7 +8780,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
8780
8780
  }
8781
8781
  });
8782
8782
 
8783
- if (highchartsRenderer.isSortingOnBackendEnabled()) {
8783
+ if (highchartsRenderer.isSortingOnBackendEnabled() && widget.pivot?.keysObject) {
8784
8784
  lodash.forEach(['col_keys', 'row_keys'], (keysListName, index) => {
8785
8785
  const widgetFields = index ? widget.rows : widget.cols;
8786
8786
  const uniqueFormattedKeysList = [];