Initial Commit
This commit is contained in:
15
public/back/vendors/scripts/jvectormap-setting.js
vendored
Normal file
15
public/back/vendors/scripts/jvectormap-setting.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
jQuery('#chart1').vectorMap({
|
||||
map: 'world_mill_en',
|
||||
backgroundColor: '#1b00ff',
|
||||
borderWidth: 1,
|
||||
zoomOnScroll : false,
|
||||
color: '#ddd',
|
||||
regionStyle: {
|
||||
initial: {
|
||||
fill: '#fff'
|
||||
}
|
||||
},
|
||||
enableZoom: true,
|
||||
normalizeFunction: 'linear',
|
||||
showTooltip: true
|
||||
});
|
||||
Reference in New Issue
Block a user