docs(plugins): add css to panel example

This commit is contained in:
bergquist
2016-03-04 13:11:05 +01:00
parent f3b915c43a
commit 01d5bc73cc
5 changed files with 26 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ To interact with the rest of grafana the plugins module file can export 5 differ
## Plugin json
There are two datasource specific settings for the plugin.json
```
```javascript
"metrics": true,
"annotations": false,
```