Jason Dixon

Results 53 issues of 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.

enhancement

See the PLTS toggle example in http://vadim.ogievetsky.com/projects/TimeInPerspective/.

enhancement
low

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...

bug

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...

bug

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.

enhancement

Ability to adjust the areaAlpha (graph-level) setting from the profile details panel. Should probably be a slider using http://jqueryui.com/demos/slider/.

enhancement
low

Ability to adjust the lineWidth (graph-level) setting from the profile details panel. Should probably be a slider using http://jqueryui.com/demos/slider/.

enhancement
low

Ability to add "notes" to a metric via our UI. This would submit a new annotation metric to Graphite.

lacks definition