Skip to content

Commit

Permalink
fix: adjust timeseries grid right offset to match the rest (#20933)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomedina248 committed Aug 2, 2022
1 parent 6ce027d commit fe581a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
export const NULL_STRING = '<NULL>';

export const TIMESERIES_CONSTANTS = {
gridOffsetRight: 40,
gridOffsetRight: 20,
gridOffsetLeft: 20,
gridOffsetTop: 20,
gridOffsetBottom: 20,
Expand Down

0 comments on commit fe581a3

Please sign in to comment.