mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:32:15 +08:00
Plugins docs (#21826)
* mostly minor edits while reading * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/apps.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * Update docs/sources/plugins/developing/development.md * notes updates * Update docs/sources/plugins/developing/development.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * update to ref tutorials Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
@ -19,10 +19,10 @@ We define fields to be saved in Grafana by creating values on the panel object o
|
||||
{
|
||||
"id": 4,
|
||||
"title": "Clock",
|
||||
...
|
||||
...
|
||||
"rows": [
|
||||
{
|
||||
...
|
||||
...
|
||||
"panels": [
|
||||
{
|
||||
"bgColor": "rgb(132, 151, 130)",
|
||||
|
Reference in New Issue
Block a user