* disable animation effect for ie8.
This commit is contained in:
@@ -61,7 +61,7 @@ function initBurnChar()
|
||||
}]
|
||||
};
|
||||
|
||||
var burnChart = $("#burnChart").lineChart(data, {});
|
||||
var burnChart = $("#burnChart").lineChart(data, {animation: !($.zui.browser && $.zui.browser.ie === 8)});
|
||||
}
|
||||
</script>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user