@lightdash/common 0.1424.3 → 0.1425.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/utils/timeFrames.js +6 -1
- package/package.json +1 -1
package/dist/utils/timeFrames.js
CHANGED
@@ -270,7 +270,12 @@ exports.timeFrameConfigs = {
|
|
270
270
|
getDimensionType: () => field_1.DimensionType.DATE,
|
271
271
|
getSql: exports.getSqlForTruncatedDate,
|
272
272
|
getAxisMinInterval: () => null,
|
273
|
-
getAxisLabelFormatter: () => ({
|
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',
|