@lightdash/common 0.1425.0 → 0.1425.2

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.
@@ -270,7 +270,12 @@ exports.timeFrameConfigs = {
270
270
  getDimensionType: () => field_1.DimensionType.DATE,
271
271
  getSql: exports.getSqlForTruncatedDate,
272
272
  getAxisMinInterval: () => null,
273
- getAxisLabelFormatter: () => ({ hour: '' }),
273
+ getAxisLabelFormatter: () => ({
274
+ year: '{bold|{yyyy}}',
275
+ month: '{bold|{MMM}}',
276
+ day: '{d}',
277
+ hour: '',
278
+ }),
274
279
  },
275
280
  WEEK: {
276
281
  getLabel: () => 'Week',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1425.0",
3
+ "version": "0.1425.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [