mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
workin on png rendering
This commit is contained in:
@@ -20,7 +20,7 @@ page.viewportSize = {
|
||||
};
|
||||
|
||||
page.open(params.url, function (status) {
|
||||
console.log('Loading a web page');
|
||||
console.log('Loading a web page: ' + params.url);
|
||||
|
||||
setTimeout(function() {
|
||||
console.log('rendering panel to ' + params.png);
|
||||
|
||||
Reference in New Issue
Block a user