Initial Commit

This commit is contained in:
2026-01-07 15:46:00 +01:00
commit 7133af82e3
1454 changed files with 362274 additions and 0 deletions

View 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
});