Commit 25344632 by Rashid Khan

Fixed map path

parent f2d87ad5
......@@ -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'}},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment