Skip to content

Commit

Permalink
fix(webapp): timeline ticks overlapping (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelpashkovsky authored Dec 2, 2022
1 parent 9f0bf39 commit 1a6b52d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ class TimelineChartWrapper extends React.Component<
mode: 'time',
timezone: props.timezone,
reserveSpace: false,
// according to https://github.com/flot/flot/blob/master/API.md#customizing-the-axes
minTickSize: [3, 'second'],
},
};

Expand Down

0 comments on commit 1a6b52d

Please sign in to comment.