Skip to content

Instantly share code, notes, and snippets.

@jmjohnson
Created February 11, 2020 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmjohnson/3c37f229d36fd79be680283269b0646a to your computer and use it in GitHub Desktop.
Save jmjohnson/3c37f229d36fd79be680283269b0646a to your computer and use it in GitHub Desktop.
<script type="text/javascript">
google.charts.load('current', { 'packages': ['corechart'] })
google.charts.setOnLoadCallback(function () {
renderSelectedChart($j('#element_id a[data-chart-option="${chart type rendered here by server}"]'))
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment