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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,