Jason Dixon
Jason Dixon
Drag-select should set the new "from" and "to" end-times. There is an example JS project that does this over at https://github.com/shufgy/graphite-zoom-js.
#84
See the PLTS toggle example in http://vadim.ogievetsky.com/projects/TimeInPerspective/.
Various bugs in Descartes where we used a manual layout instead of taking advantage of Bootstrap (where possible). For example, using a fixed width on an element instead of using...
Sometimes we'll have duplicate metrics rendered in a single div. This happens when you have a filter string that is deleted and the entire page redraws. This is similar to...
If our screen has more height than we're using we should grab enough graphs on the initial load to fill the screen. This might also help with #50.
Ability to adjust the areaAlpha (graph-level) setting from the profile details panel. Should probably be a slider using http://jqueryui.com/demos/slider/.
Ability to adjust the lineWidth (graph-level) setting from the profile details panel. Should probably be a slider using http://jqueryui.com/demos/slider/.
Ability to add "notes" to a metric via our UI. This would submit a new annotation metric to Graphite.