Closed GoogleCodeExporter closed 9 years ago
Adding the following to your header should fix the issue:
<script type="text/javascript" charset="utf-8">
$(document).ready(function()
{
$('body').find('table[data-attc-createChart]').each(function()
{
$(this).attc();
});
});
</script>
Ref: https://code.google.com/p/auto-table-to-chart/issues/detail?id=13
Original comment by lars.lin...@gmail.com
on 12 Mar 2013 at 2:10
Thanks Lars - yes that is how i do it. But i'll add code to handle multiple
tables at some point...
Original comment by nat...@gmail.com
on 18 Mar 2013 at 3:07
Original issue reported on code.google.com by
a...@lousch.net
on 1 Mar 2013 at 11:37Attachments: