(cherry picked from commit bea8747405)
Co-authored-by: Uchechukwu Obasi <obasiuche62@gmail.com>
This commit is contained in:
co-authored by
Uchechukwu Obasi
parent
601b9e3e8a
commit
603c7ce2aa
+1
-2
@@ -1,11 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Graph } from '@grafana/ui';
|
||||
import { dateTime, ArrayVector, FieldType, GraphSeriesXY, FieldColorModeId } from '@grafana/data';
|
||||
import { Story } from '@storybook/react';
|
||||
import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
|
||||
import { VizTooltip, TooltipDisplayMode, VizTooltipContentProps } from '../VizTooltip';
|
||||
import { JSONFormatter } from '../JSONFormatter/JSONFormatter';
|
||||
import { GraphProps } from './Graph';
|
||||
import { GraphProps, Graph } from './Graph';
|
||||
|
||||
const series: GraphSeriesXY[] = [
|
||||
{
|
||||
Reference in New Issue
Block a user