mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
feat: lint fix
This commit is contained in:
parent
83aef15815
commit
f019ebcc55
@ -1,8 +1,7 @@
|
|||||||
/* eslint-disable sonarjs/cognitive-complexity */
|
/* eslint-disable sonarjs/cognitive-complexity */
|
||||||
|
import { getSeriesIndexFromPixel } from 'lib/uPlotLib/utils/getSeriesIndexFromPixel';
|
||||||
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
|
||||||
|
|
||||||
import { getSeriesIndexFromPixel } from '../utils/getSeriesIndexFromPixel';
|
|
||||||
|
|
||||||
export interface OnClickPluginOpts {
|
export interface OnClickPluginOpts {
|
||||||
onClick: (
|
onClick: (
|
||||||
xValue: number,
|
xValue: number,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user