disable click for legend items
This commit is contained in:
parent
59e5664c46
commit
d04dc8ef0c
1 changed files with 3 additions and 0 deletions
3
radia.js
3
radia.js
|
@ -111,6 +111,9 @@ $(function() {
|
|||
});
|
||||
|
||||
$this.click(function() {
|
||||
if (!$this.hasTooltip()) {
|
||||
return;
|
||||
}
|
||||
window.open($(this).data("link"));
|
||||
// console.log($(this).data("link"));
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue