~esnet-graphite/graphite/almanac-integration-old

« back to all changes in this revision

Viewing changes to webapp/content/js/composer_widgets.js

  • Committer: kamador
  • Date: 2009-06-13 16:34:44 UTC
  • Revision ID: kamador@kradev001.shopzilla.laxhq-20090613163444-dwioff9epccnfudv
Adding a keepLastValue function

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
        {text: 'Most Deviant', handler: this.applyFuncToEachWithInput('mostDeviant', "Draw the ___ metrics with the highest standard deviation")},
405
405
        {text: 'Standard Deviation', handler: this.applyFuncToEachWithInput('stdev', "Draw the standard deviation for the last _ data points")},
406
406
        {text: 'Offset', handler: this.applyFuncToEachWithInput('offset', "Draw the graph with an offset of _")},
 
407
        {text: 'Keep Last Value', handler: this.applyFuncToEach('keepLastValue')},
407
408
        {text: 'Remove Outer Call', handler: this.removeOuterCall.createDelegate(this)}
408
409
      ]
409
410
    });