TestData: Update streaming.json (#22132)

Changed `graph2` to `graph` in two places.
pull/22152/head
Diana Payton 5 years ago committed by GitHub
parent a0464c1239
commit 8641b91389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/app/plugins/datasource/testdata/dashboards/streaming.json

@ -24,7 +24,7 @@
}, },
{ {
"type": "panel", "type": "panel",
"id": "graph2", "id": "graph",
"name": "React Graph", "name": "React Graph",
"version": "" "version": ""
}, },
@ -187,7 +187,7 @@
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"title": "Simple dummy streaming example", "title": "Simple dummy streaming example",
"type": "graph2" "type": "graph"
} }
], ],
"schemaVersion": 18, "schemaVersion": 18,

Loading…
Cancel
Save