Skip to content

Commit 91f637a

Browse files
Show second for heatmap cell hover timestamp (#327)
1 parent 7c1fdd9 commit 91f637a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/pages/AnomalyCharts/utils/anomalyChartUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const getHeatmapColorByValue = (value: number) => {
197197

198198
const NUM_CELLS = 20;
199199

200-
export const HEATMAP_X_AXIS_DATE_FORMAT = 'MM-DD HH:mm YYYY';
200+
export const HEATMAP_X_AXIS_DATE_FORMAT = 'MM-DD HH:mm:ss YYYY';
201201

202202
const buildBlankStringWithLength = (length: number) => {
203203
let result = '';

0 commit comments

Comments
 (0)