Commit 2835acf4 by Marcus Efraimsson

docs: update scripted dashboard for v5

parent 4530925b
...@@ -23,10 +23,6 @@ If you open scripted.js you can see how it reads url parameters from ARGS variab ...@@ -23,10 +23,6 @@ If you open scripted.js you can see how it reads url parameters from ARGS variab
```javascript ```javascript
var seriesName = 'argName'; var seriesName = 'argName';
if(!_.isUndefined(ARGS.rows)) {
rows = parseInt(ARGS.rows, 10);
}
if(!_.isUndefined(ARGS.name)) { if(!_.isUndefined(ARGS.name)) {
seriesName = ARGS.name; seriesName = ARGS.name;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment