mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
StatusHistory/StateTimeline: Re-config plot for tooltip mode in panel edit (#77954)
This commit is contained in:
parent
40fd80c46f
commit
ced9fcb94e
@ -20,7 +20,7 @@ export interface TimelineProps extends Omit<GraphNGProps, 'prepConfig' | 'propsT
|
|||||||
legendItems?: VizLegendItem[];
|
legendItems?: VizLegendItem[];
|
||||||
}
|
}
|
||||||
|
|
||||||
const propsToDiff = ['rowHeight', 'colWidth', 'showValue', 'mergeValues', 'alignValue'];
|
const propsToDiff = ['rowHeight', 'colWidth', 'showValue', 'mergeValues', 'alignValue', 'tooltip'];
|
||||||
|
|
||||||
export class TimelineChart extends React.Component<TimelineProps> {
|
export class TimelineChart extends React.Component<TimelineProps> {
|
||||||
declare context: React.ContextType<typeof PanelContextRoot>;
|
declare context: React.ContextType<typeof PanelContextRoot>;
|
||||||
|
Loading…
Reference in New Issue
Block a user