Show Preloader
Hide Preloader
This sample is to show and hide Preloader.
ā—¸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();
}