docs: update scripted dashboard for v5

pull/12471/head
Marcus Efraimsson 8 years ago
parent 4530925b9f
commit 2835acf48c
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 4
      docs/sources/reference/scripting.md

@ -23,10 +23,6 @@ If you open scripted.js you can see how it reads url parameters from ARGS variab
```javascript
var seriesName = 'argName';
if(!_.isUndefined(ARGS.rows)) {
rows = parseInt(ARGS.rows, 10);
}
if(!_.isUndefined(ARGS.name)) {
seriesName = ARGS.name;
}

Loading…
Cancel
Save