ā—¸Script
This function is to show preloader.
function showPreloader()
{
document.getElementById("chart1").showAdditionalPreloader();
}
This function is to hide preloader.
function hidePreloader()
{
document.getElementById("chart1").removeAdditionalPreloader();
}