Fix merge conflicts
This commit is contained in:
parent
08eb5ef035
commit
89c60cbbef
@ -391,7 +391,7 @@ $(function() {
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: PMA_messages['strTotalCount'],
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
||||
}
|
||||
},
|
||||
seriesDefaults: {
|
||||
@ -403,7 +403,7 @@ $(function() {
|
||||
show: true,
|
||||
location: 's', // compass direction, nw, n, ne, e, se, s, sw, w.
|
||||
xoffset: 12, // pixel offset of the legend box from the x (or x2) axis.
|
||||
yoffset: 12, // pixel offset of the legend box from the y (or y2) axis.
|
||||
yoffset: 12 // pixel offset of the legend box from the y (or y2) axis.
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user