Remove y axis label and add title

This commit is contained in:
Atul Pratap Singh 2012-08-28 23:04:05 +05:30
parent 061b4519c9
commit a293fef434

View File

@ -1038,6 +1038,7 @@ $(function() {
}
var settings1 = {
title: chartObj.title,
axes: {
xaxis: {
renderer: $.jqplot.DateAxisRenderer,
@ -1046,9 +1047,7 @@ $(function() {
}
},
yaxis: {
autoscale:true,
label: PMA_messages['strTotalCount'],
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
min:0
}
},
seriesDefaults: {