mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 15:03:02 +08:00
Introduce "scuemata" system for CUE-based specification of Grafana objects (#32527)
This commit is contained in:
@ -3,7 +3,7 @@ import React from 'react';
|
||||
import { Story } from '@storybook/react';
|
||||
import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
|
||||
import { GraphWithLegend, GraphWithLegendProps } from './GraphWithLegend';
|
||||
import { LegendDisplayMode } from '../VizLegend/types';
|
||||
import { LegendDisplayMode } from '../VizLegend/models.gen';
|
||||
import { GraphSeriesXY, FieldType, ArrayVector, dateTime, FieldColorModeId } from '@grafana/data';
|
||||
|
||||
export default {
|
||||
|
Reference in New Issue
Block a user