We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6902cbf commit b448816Copy full SHA for b448816
src/app/components/WebMetrics.tsx
@@ -1,7 +1,7 @@
1
import React, { useEffect } from 'react';
2
import Charts from 'react-apexcharts';
3
import ReactHover, { Trigger, Hover } from 'react-hover';
4
-
+import { OptionsCursorTrueWithMargin } from '../components/FrontendTypes';
5
import { setCurrentTabInApp } from '../actions/actions';
6
import { useStoreContext } from '../store';
7
@@ -95,7 +95,7 @@ const radialGraph = (props) => {
95
// dispatch(setCurrentTabInApp('history'));
96
// }, []);
97
98
- const optionsCursorTrueWithMargin = {
+ const optionsCursorTrueWithMargin: OptionsCursorTrueWithMargin = {
99
followCursor: true,
100
shiftX: 20,
101
shiftY: 0,
0 commit comments