Skip to content

Commit

Permalink
Comment out threshold line from menu until we know what to do with it
Browse files Browse the repository at this point in the history
This doesnt apply to metrics so is broken when used from the menu
  • Loading branch information
mleinart committed Mar 17, 2012
1 parent d2ec11e commit 7910ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/content/js/composer_widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ function createFunctionsMenu() {
{text: 'Dashed Line', handler: applyFuncToEach('dashed')},
{text: 'Keep Last Value', handler: applyFuncToEach('keepLastValue')},
{text: 'Substring', handler: applyFuncToEachWithInput('substr', 'Enter a starting position')},
{text: 'Add Threshold Line', handler: applyFuncToEachWithInput('threshold', 'Enter a threshold value')},
// {text: 'Add Threshold Line', handler: applyFuncToEachWithInput('threshold', 'Enter a threshold value')},
{text: 'Draw Stacked', handler: applyFuncToEach('stacked')},
{text: 'Draw in Second Y Axis', handler: applyFuncToEach('secondYAxis')}
]
Expand Down

0 comments on commit 7910ac8

Please sign in to comment.