mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 11:39:04 +08:00
Merge pull request #170 from SigNoz/fix-serviceMap-zoom
(Fix) - serviceMap zooms correctly
This commit is contained in:
commit
9baf873521
@ -79,9 +79,9 @@ export const getZoomPx = (): number => {
|
|||||||
if (width < 1400) {
|
if (width < 1400) {
|
||||||
return 190;
|
return 190;
|
||||||
} else if (width > 1400 && width < 1700) {
|
} else if (width > 1400 && width < 1700) {
|
||||||
return 400;
|
return 380;
|
||||||
} else if (width > 1700) {
|
} else if (width > 1700) {
|
||||||
return 485;
|
return 470;
|
||||||
}
|
}
|
||||||
return 190;
|
return 190;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user