mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 12:49:06 +08:00
feat: corrected the color map for error % and added throughput unit (#7030)
This commit is contained in:
parent
66adc7fbf9
commit
62064f136d
@ -244,7 +244,7 @@ function getColumns(data: RowData[]): TableColumnsType<RowData> {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'THROUGHPUT',
|
title: 'THROUGHPUT (ops/s)',
|
||||||
dataIndex: 'throughput',
|
dataIndex: 'throughput',
|
||||||
key: 'throughput',
|
key: 'throughput',
|
||||||
ellipsis: {
|
ellipsis: {
|
||||||
|
@ -116,8 +116,8 @@ export default function OverviewRightPanelGraph({
|
|||||||
isDarkMode: false,
|
isDarkMode: false,
|
||||||
drawStyle: 'bars',
|
drawStyle: 'bars',
|
||||||
colorMapping: {
|
colorMapping: {
|
||||||
False: Color.BG_CHERRY_500,
|
True: Color.BG_CHERRY_500,
|
||||||
True: Color.BG_FOREST_400,
|
False: Color.BG_FOREST_400,
|
||||||
None: Color.BG_SLATE_200,
|
None: Color.BG_SLATE_200,
|
||||||
'Request Rate': Color.BG_ROBIN_500,
|
'Request Rate': Color.BG_ROBIN_500,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user