@datarailsshared/dr_renderer 1.2.414 → 1.2.415

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.414",
3
+ "version": "1.2.415",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -9349,7 +9349,7 @@ let getHighchartsRenderer = function ($, document, Highcharts, default_colors, h
9349
9349
  return '[Q]Q-YY';
9350
9350
  case 'day':
9351
9351
  default:
9352
- return defaultDateFormat;
9352
+ return this.adjustFormatToSupportedByMoment(defaultDateFormat);
9353
9353
  }
9354
9354
  }
9355
9355