diff --git a/packages/react/src/components/BarChartCard/barChartUtils.js b/packages/react/src/components/BarChartCard/barChartUtils.js index d22c6755fc..1bc1c381b4 100644 --- a/packages/react/src/components/BarChartCard/barChartUtils.js +++ b/packages/react/src/components/BarChartCard/barChartUtils.js @@ -441,7 +441,7 @@ export const handleTooltip = ( // If theres a time attribute, add an extra list item with the formatted date if (timeDataSourceId) { // generate the formatted label - const timestamp = typedData?.date?.getTime(); + const timestamp = typedData?.date; const dateLabel = timestamp ? `