Skip to content

How to set image in scripting dashboard? #22

Description

@abdulgalimov

http://docs.grafana.org/reference/scripting/:

dashboard.rows.push({
    title: 'Chart',
    height: '300px',
    panels: [
        {
            type: 'PictureIt',
            pictureurl: 'my image url, // !this does not work!
            span: 12,
            fill: 1,
        }
    ]
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions