@datarailsshared/dr_renderer 1.2.409 → 1.2.410

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.409",
3
+ "version": "1.2.410",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -8540,7 +8540,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
8540
8540
  const fiscalYearMonthsModifier = highchartsRenderer.getFiscalYearMonthModifier();
8541
8541
 
8542
8542
  if (format) {
8543
- format = highchartsRenderer.adjustFormatToSupportedByMoment(dateField.format);
8543
+ format = highchartsRenderer.adjustFormatToSupportedByMoment(format);
8544
8544
  } else if (colName === 'VT_Month') {
8545
8545
  format = 'MMM YYYY';
8546
8546
  }