mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
This commit is contained in:
parent
11b5de38b3
commit
49104b7826
@ -218,7 +218,7 @@ const getLatestPercentage = (
|
||||
if (timestamp) {
|
||||
return {
|
||||
...raw,
|
||||
timestamp: getFormattedDateFromMilliSeconds(raw.timestamp ?? 0),
|
||||
timestamp,
|
||||
};
|
||||
}
|
||||
|
||||
@ -336,8 +336,6 @@ export const getGraphDataByEntityType = (
|
||||
const graphData = prepareGraphData(timestamps, filteredData);
|
||||
const latestData = last(graphData);
|
||||
|
||||
getLatestPercentage(rawData, dataInsightChartType);
|
||||
|
||||
return {
|
||||
data: graphData,
|
||||
entities,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user