mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Add tooltip for data links (#61648)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { PanelData } from '@grafana/data/src';
|
||||
|
||||
import {
|
||||
ColorDimensionConfig,
|
||||
DimensionSupplier,
|
||||
@@ -13,4 +15,5 @@ export interface DimensionContext {
|
||||
getScalar(scalar: ScalarDimensionConfig): DimensionSupplier<number>;
|
||||
getText(text: TextDimensionConfig): DimensionSupplier<string>;
|
||||
getResource(resource: ResourceDimensionConfig): DimensionSupplier<string>;
|
||||
getPanelData(): PanelData | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user