<?if ($sPictureSrc && file_exists($_SERVER["DOCUMENT_ROOT"].$sPictureSrc)) { ?>
<img src="<?=$arElement["PREVIEW_PICTURE"]["SRC"]?>" />
<?= Html::img($sPictureSrc, $arPictureAttributes) ?>
<?} else { ?>
<img src="<?= $arElement["DISPLAY_PROPERTIES"]["SYSTEM_IMAGES"]["FILE_VALUE"]["0"]["SRC"] ?>" />
<?} ?>
$.ajax({
url: "/ajax/chartdata.php",
type: "GET",
data: {}
}).done('successCallback');