← Back to team overview

graphite-dev team mailing list archive

Re: [Question #221193]: How can I zoom in on a graph?

 

Question #221193 on Graphite changed:
https://answers.launchpad.net/graphite/+question/221193

    Status: Open => Answered

Jason Dixon proposed the following answer:
1) There is no "drag-select" method for interactively zooming in on the
Graphite Composer. You will need to change the date range using one of
the date/range selectors in the toolbar.

2) The Composer window consists of the UI elements and the graph itself,
which is actually a server-side rendered png image. You can right-click
on this image and load it in a separate tab. From there you can modify
the URL directly. To view the legend without "squashing" the graph
itself try increasing the height value in the URL. It may also help to
append "&hideLegend=false" to the URL while you're doing this so you can
see the change in effect.

Bonus answer: If you're looking for spikes, try experimenting with
filters, e.g. the mostDeviant() function to find the outliers.

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.