Chrome Developer Tools: changing the scale of timeline grpah

google-chrome, google-chrome-devtools

Solution

Here is a visual guide for @wOxxOm comment:

Problem

I'm trying to learn how to use the Network Tab in Chrome Developer Tools. Here is a screenshot of the Network tab: As you can see, in the right side of the image there is a timeline graph. The graph ends at 1 second, although the "longest" event takes 11 ms. I want to change the scale of the graph that it'll end at 20 ms. Do you know how to do it?

Original source