mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed map path
This commit is contained in:
parent
f2d87ad5a4
commit
25344632a3
@ -145,7 +145,7 @@ function (angular, app, _, $, config) {
|
||||
function render_panel() {
|
||||
elem.text('');
|
||||
$('.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-label').remove();
|
||||
require(['./lib/map.'+scope.panel.map], function () {
|
||||
require(['./panels/map/lib/map.'+scope.panel.map], function () {
|
||||
elem.vectorMap({
|
||||
map: scope.panel.map,
|
||||
regionStyle: {initial: {fill: '#8c8c8c'}},
|
||||
|
Loading…
Reference in New Issue
Block a user