Skip to content

Override

Field override for customizing specific series.

<Timeseries title="Metrics">
<Query>...</Query>
<Override match={{ field: 'error' }} properties={{ color: 'red' }} />
</Timeseries>
PropTypeDefaultDescription
match *{ field?: string; regex?: string; refId?: string }requiredField matcher
properties *Record<string, unknown>requiredProperties to override
childrenReactNode-

Props marked with * are required.