mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Various bug fixes.
This commit is contained in:
@@ -188,7 +188,9 @@ $(function () {
|
||||
cursor: 'pointer',
|
||||
events: {
|
||||
click: function (e) {
|
||||
alert('klik!!');
|
||||
if(e.point.url != null) {
|
||||
window.location = e.point.url;
|
||||
}
|
||||
}
|
||||
},
|
||||
dataLabels: {
|
||||
|
||||
Reference in New Issue
Block a user