Override
Field override for customizing specific series.
<Timeseries title="Metrics"> <Query>...</Query> <Override match={{ field: 'error' }} properties={{ color: 'red' }} /></Timeseries>| Prop | Type | Default | Description |
|---|---|---|---|
match * | { field?: string; regex?: string; refId?: string } | required | Field matcher |
properties * | Record<string, unknown> | required | Properties to override |
children | ReactNode | - |
Props marked with * are required.