Make charting smooth
This commit is contained in:
parent
b4a3f95d58
commit
571aa57849
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user