diff --git a/packages/grafana-ui/src/components/Graph/Graph.story.tsx b/packages/grafana-ui/src/components/Graph/Graph.story.internal.tsx similarity index 98% rename from packages/grafana-ui/src/components/Graph/Graph.story.tsx rename to packages/grafana-ui/src/components/Graph/Graph.story.internal.tsx index 52131db4cdc..77369a6c3ba 100644 --- a/packages/grafana-ui/src/components/Graph/Graph.story.tsx +++ b/packages/grafana-ui/src/components/Graph/Graph.story.internal.tsx @@ -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[] = [ { diff --git a/packages/grafana-ui/src/components/Graph/GraphWithLegend.story.tsx b/packages/grafana-ui/src/components/Graph/GraphWithLegend.story.internal.tsx similarity index 100% rename from packages/grafana-ui/src/components/Graph/GraphWithLegend.story.tsx rename to packages/grafana-ui/src/components/Graph/GraphWithLegend.story.internal.tsx diff --git a/packages/grafana-ui/src/components/GraphNG/GraphNG.story.tsx b/packages/grafana-ui/src/components/GraphNG/GraphNG.story.internal.tsx similarity index 100% rename from packages/grafana-ui/src/components/GraphNG/GraphNG.story.tsx rename to packages/grafana-ui/src/components/GraphNG/GraphNG.story.internal.tsx