Skip to content

Grafana panel to render data (provided by a datasource) with full custom HTML/JS/CSS

License

Notifications You must be signed in to change notification settings

ae3e/ae3e-html-panel

Repository files navigation

Html Panel

to do

Examples

Advanced example needs a web api datasource with the following global function :

let result;
switch (options.hash['function']) {
    case "dateFormat":
        result = new Date(parseInt(text)).toISOString();
        break;
        default:
        const f = new Function('data', options.hash['function']);
        result = f(text);
    }

return result;

About

Grafana panel to render data (provided by a datasource) with full custom HTML/JS/CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published