mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: update scripted dashboard for v5
This commit is contained in:
parent
4530925b9f
commit
2835acf48c
@ -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…
Reference in New Issue
Block a user