Skip to content

Commit b448816

Browse files
committed
full TS on WebMetrics.tsx
1 parent 6902cbf commit b448816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/WebMetrics.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useEffect } from 'react';
22
import Charts from 'react-apexcharts';
33
import ReactHover, { Trigger, Hover } from 'react-hover';
4-
4+
import { OptionsCursorTrueWithMargin } from '../components/FrontendTypes';
55
import { setCurrentTabInApp } from '../actions/actions';
66
import { useStoreContext } from '../store';
77

@@ -95,7 +95,7 @@ const radialGraph = (props) => {
9595
// dispatch(setCurrentTabInApp('history'));
9696
// }, []);
9797

98-
const optionsCursorTrueWithMargin = {
98+
const optionsCursorTrueWithMargin: OptionsCursorTrueWithMargin = {
9999
followCursor: true,
100100
shiftX: 20,
101101
shiftY: 0,

0 commit comments

Comments
 (0)