From b33c4b0c05fd18189a7a801269e0beed8da79228 Mon Sep 17 00:00:00 2001 From: Eliad Moosavi Date: Thu, 11 Jan 2024 12:14:43 -0500 Subject: [PATCH] Update cartesian-charts.ts --- packages/core/src/model/cartesian-charts.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/model/cartesian-charts.ts b/packages/core/src/model/cartesian-charts.ts index e232ac0748..d3f4af328b 100644 --- a/packages/core/src/model/cartesian-charts.ts +++ b/packages/core/src/model/cartesian-charts.ts @@ -1,4 +1,3 @@ -import { format } from 'date-fns/format' import { cloneDeep, uniq } from 'lodash-es' import { getProperty } from '@/tools' import { ChartModel } from './model'