Guest User

Untitled

a guest
Feb 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. google.visualization.events.addListener(chart, 'select', function(e){
  2. self.selectHandler(chart, data);
  3. });
  4.  
  5. // open entity page
  6. var newTab = window.open(url, '_blank');
  7. if (newTab) {
  8. newTab.focus();
  9. } else {
  10. alert('Please allow popups for this website');
  11. }
Add Comment
Please, Sign In to add comment