Skip to content

Instantly share code, notes, and snippets.

View PolunLin's full-sized avatar

Polun Lin PolunLin

  • National Sun Yat-sen University
  • Taiwan
View GitHub Profile
LDAvis = function(to_select, json_file) {
// This section sets up the logic for event handling
var current_clicked = {
what: "nothing",
element: undefined
},
current_hover = {
what: "nothing",
element: undefined