Remove y axis label and add title
This commit is contained in:
parent
061b4519c9
commit
a293fef434
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user