[UPDATE] Further reduce opacity

This commit is contained in:
Sebastian Grewe 2014-03-01 18:28:35 +01:00
parent 54e326a666
commit 07e5985e54

View File

@ -29,7 +29,7 @@ $(function () {
pointFillColors: ['#FFFFFF'],
hideHover: 'auto',
resize: true,
fillOpacity: 0.25
fillOpacity: 0.05
});
});
</script>