summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/success.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/statistics/success.phtml')
-rwxr-xr-xapplication/views/scripts/statistics/success.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/scripts/statistics/success.phtml b/application/views/scripts/statistics/success.phtml
index c12c636..8911033 100755
--- a/application/views/scripts/statistics/success.phtml
+++ b/application/views/scripts/statistics/success.phtml
@@ -76,7 +76,7 @@ function refreshPlot(dataBar, dataPieS, dataPieT, color) {
seriesColors: color
//legend: { show:true, location: 'e' }
});
- $('#plotPieT').empty();
+ /*$('#plotPieT').empty();
$.jqplot('plotPieT', dataPieT,
{
title: 'Chart with ErrorType Labels',
@@ -93,7 +93,7 @@ function refreshPlot(dataBar, dataPieS, dataPieT, color) {
},
seriesColors: color
//legend: { show:true, location: 'ne' }
- });
+ });*/
}
$(document).ready(function(){