Make charting smooth

This commit is contained in:
Atul Pratap Singh 2012-08-16 20:15:07 +05:30
parent b4a3f95d58
commit 571aa57849

View File

@ -373,6 +373,11 @@ $(function() {
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
}
},
seriesDefaults: {
rendererOptions: {
smooth: true
}
},
legend: {
show: true,
location: 's', // compass direction, nw, n, ne, e, se, s, sw, w.