docs: update scripted dashboard for v5

This commit is contained in:
Marcus Efraimsson
2018-06-29 19:36:15 +02:00
parent 4530925b9f
commit 2835acf48c
-4
View File
@@ -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;
}