StatusHistory/StateTimeline: Re-config plot for tooltip mode in panel edit (#77954)

pull/77964/head
Leon Sorokin 2 years ago committed by GitHub
parent 40fd80c46f
commit ced9fcb94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/components/TimelineChart/TimelineChart.tsx

@ -20,7 +20,7 @@ export interface TimelineProps extends Omit<GraphNGProps, 'prepConfig' | 'propsT
legendItems?: VizLegendItem[];
}
const propsToDiff = ['rowHeight', 'colWidth', 'showValue', 'mergeValues', 'alignValue'];
const propsToDiff = ['rowHeight', 'colWidth', 'showValue', 'mergeValues', 'alignValue', 'tooltip'];
export class TimelineChart extends React.Component<TimelineProps> {
declare context: React.ContextType<typeof PanelContextRoot>;

Loading…
Cancel
Save