mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated sharePanel with width & height
This commit is contained in:
parent
eb28e63c08
commit
28c5fc48ee
@ -68,6 +68,9 @@ function (angular, _) {
|
||||
|
||||
var baseUrl = 'http://localhost:3000';
|
||||
$scope.shareUrl = baseUrl + '/dashboard/db/' + $routeParams.id + "?" + paramsArray.join('&') ;
|
||||
|
||||
paramsArray.push('width=1000');
|
||||
paramsArray.push('height=500');
|
||||
$scope.imageUrl = baseUrl + '/render/dashboard/solo/' + $routeParams.id + '?' + paramsArray.join('&') ;
|
||||
|
||||
$timeout(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user