diff --git a/react/ChartwerkLinePod.tsx b/react/ChartwerkLinePod.tsx index 7c45717..734b859 100644 --- a/react/ChartwerkLinePod.tsx +++ b/react/ChartwerkLinePod.tsx @@ -1,8 +1,6 @@ import type { LineTimeSerie, LineOptions } from '@chartwerk/line-pod'; import { LinePod } from '@chartwerk/line-pod'; -// import { AxisRange } from '@chartwerk/core/dist/types'; - import { useEffect, useRef, useState, PropsWithChildren, forwardRef } from 'react'; import * as _ from 'lodash';