anychart.onDocumentLoad(function () {
var chart = anychart.pie();
["American blueberry", 2],
chart.title("Top 5 pancake fillings");
chart.container("container");
document.getElementById('disposeBtn').addEventListener('click', ()=>disposeChart(chart))
function disposeChart(chart){