mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
text panel documentation
This commit is contained in:
parent
78c6178217
commit
bcaba79494
@ -1,3 +1,16 @@
|
||||
/*
|
||||
|
||||
## Text
|
||||
|
||||
A simple panel of static content
|
||||
|
||||
### Parameters
|
||||
* mode :: 'text', 'html', 'markdown'
|
||||
* content :: Content of the panel
|
||||
* style :: Hash containing css properties
|
||||
|
||||
*/
|
||||
|
||||
angular.module('kibana.text', [])
|
||||
.controller('text', function($scope, $rootScope) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user