mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Define color for XHR timings in waterfall chart. (#105817)
This commit is contained in:
parent
15b4981b1d
commit
cba23c17b4
2 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,7 @@ describe('Palettes', () => {
|
|||
ssl: '#edc5a2',
|
||||
stylesheet: '#ca8eae',
|
||||
wait: '#b0c9e0',
|
||||
xhr: '#e7664c',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
@ -435,6 +435,7 @@ const buildMimeTypePalette = (): MimeTypeColourPalette => {
|
|||
case MimeType.Font:
|
||||
acc[value] = SAFE_PALETTE[8];
|
||||
break;
|
||||
case MimeType.XHR:
|
||||
case MimeType.Other:
|
||||
acc[value] = SAFE_PALETTE[9];
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue