Skip to content

Instantly share code, notes, and snippets.

@levvsha
Last active February 4, 2018 14:32
Show Gist options
  • Select an option

  • Save levvsha/264497b499124b0259ba6f9c04bd6e46 to your computer and use it in GitHub Desktop.

Select an option

Save levvsha/264497b499124b0259ba6f9c04bd6e46 to your computer and use it in GitHub Desktop.
function clickLegendHandler(regionId) {
regions[regionId].enabled = !regions[regionId].enabled;
redrawChart();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment