@datarailsshared/dr_renderer 1.2.152-dragons → 1.2.153-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.152-dragons",
3
+ "version": "1.2.153-dragons",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -7782,7 +7782,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
7782
7782
 
7783
7783
  const aggregationConfigs = widget.options?.date_aggregation_configs;
7784
7784
  if (aggregationConfigs?.length && datesFields?.length) {
7785
- this.formatDatesWithAggregationIfRequired(aggregationConfigs, datesFields, defaultDateFormat);
7785
+ highchartsRenderer.formatDatesWithAggregationIfRequired(aggregationConfigs, datesFields, defaultDateFormat);
7786
7786
  }
7787
7787
 
7788
7788
  const isCustomSorting = widget.options.sortingFields && Array.isArray(widget.options.sortingFields) && widget.options.sortingFields.length > 0;