mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
f28e743598
commit
8d00651ff8
2 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,7 @@ export const ChartSection = injectI18n(
|
|||
<EuiXAxis marginLeft={MARGIN_LEFT} />
|
||||
<EuiYAxis tickFormat={formatterFunction} marginLeft={MARGIN_LEFT} />
|
||||
<EuiCrosshairX
|
||||
marginLeft={MARGIN_LEFT}
|
||||
seriesNames={seriesLabels}
|
||||
itemsFormat={itemsFormatter}
|
||||
titleFormat={titleFormatter}
|
||||
|
|
|
@ -59,6 +59,7 @@ declare module '@elastic/eui/lib/experimental' {
|
|||
value: any;
|
||||
}
|
||||
type EuiCrosshairXProps = CommonProps & {
|
||||
marginLeft?: number;
|
||||
seriesNames: string[];
|
||||
titleFormat?: (dataPoints: EuiDataPoint[]) => EuiFormattedValue | undefined;
|
||||
itemsFormat?: (dataPoints: EuiDataPoint[]) => EuiFormattedValue[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue