I use Chrome 58, Firefox 52, IE 11, Edge 38 and here's what I found http://hmsgambia.org/crewlist.htm (original)
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> google.charts.load('current', {packages:['corechart', 'table', 'gauge', 'controls']}); google.charts.setOnLoadCallback(drawChart); Chrome = OK, Firefox = OK, IE = OK, Edge = OK - Table works in all of them http://hmsgambia.org/crewlist1.htm <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> google.charts.load('45.2',{ packages: ['corechart', 'table', 'gauge', 'controls'] }).then(drawChart); Chrome = No, Firefox = No, IE = No, Edge = No - Table does not appear in any of them http://hmsgambia.org/crewlist2.htm <script type="text/javascript" src="https://www.gstatic.com/charts/testing-loader.js"></script> google.charts.load('current',{ packages: ['corechart', 'table', 'gauge', 'controls'] }).then(drawChart); Chrome = OK, Firefox = OK, IE = OK, Edge = OK - Table works in all of them http://hmsgambia.org/crewlist3.htm <script type="text/javascript" src="https://www.gstatic.com/charts/testing-loader.js"></script> google.charts.load('45.2',{ packages: ['corechart', 'table', 'gauge', 'controls'] }).then(drawChart); Chrome = OK, Firefox = No, IE = No, Edge = No - Table does not appear in anything other than Chrome -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/0df7539e-ad53-4e3e-9b51-962ca15a0ad1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
