Skip to content

Instantly share code, notes, and snippets.

@YoelKortick
YoelKortick / example_analytics_google_charts - BarChart.htm
Last active May 30, 2019 13:06
html pages which display Alma analytics reports as pie charts and graphs using APIs and Google charts
<html>
<head>
<!--Based on https://developers.google.com/chart/interactive/docs/quick_start -->
<!--Load the AJAX API-->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
// Load the Visualization API and the piechart package.
google.load('visualization', '1.0', {'packages':['corechart']});