Various bug fixes.

This commit is contained in:
James Cole
2014-09-27 06:06:31 +02:00
parent 9ab3679d49
commit 3bbecfe830
12 changed files with 218 additions and 72 deletions

View File

@@ -188,7 +188,9 @@ $(function () {
cursor: 'pointer',
events: {
click: function (e) {
alert('klik!!');
if(e.point.url != null) {
window.location = e.point.url;
}
}
},
dataLabels: {