fix: adjust timeseries grid right offset to match the rest (#20933)

This commit is contained in:
Diego Medina
2022-08-02 17:19:49 -03:00
committed by GitHub
parent 6ce027d2f8
commit fe581a3640

View File

@@ -31,7 +31,7 @@ import {
export const NULL_STRING = '<NULL>';
export const TIMESERIES_CONSTANTS = {
gridOffsetRight: 40,
gridOffsetRight: 20,
gridOffsetLeft: 20,
gridOffsetTop: 20,
gridOffsetBottom: 20,