[% MACRO numbers_by_feature_type_on_window_load BLOCK %] var ctx = document.getElementById('regulatory_build_2').getContext('2d'); new Chart(ctx, { type: 'bar', data: barChartData, options: { responsive: true, legend: { display: true, position: 'left' }, scales: { yAxes: [{ ticks: { min: 0 } }] }, title: { display: false, text: 'Total numbers by feature type' } } }); [% END %] [% MACRO numbers_by_feature_type BLOCK %]