Spline
This commit is contained in:
parent
04698355e4
commit
a74998d560
@ -225,6 +225,15 @@ function PMA_queryChart(data, passedSettings, passedNonJqplotSettings)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if (passedNonJqplotSettings.chart.type == 'spline') {
|
||||
settings.seriesDefaults = {
|
||||
rendererOptions: {
|
||||
smooth: true
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if (passedNonJqplotSettings.chart.type == 'pie') {
|
||||
settings.seriesDefaults = {
|
||||
renderer: $.jqplot.PieRenderer,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user