[view/flot,bugfix][xs]: tiny fix to have a correct default for graph type.
This commit is contained in:
parent
d1b04a4d10
commit
db9fe8d3a2
@ -15,7 +15,8 @@ this.recline.View = this.recline.View || {};
|
||||
// {
|
||||
// group: {column name for x-axis},
|
||||
// series: [{column name for series A}, {column name series B}, ... ],
|
||||
// graphType: 'line',
|
||||
// // options are: lines, points, lines-and-points, bars, columns
|
||||
// graphType: 'lines',
|
||||
// graphOptions: {custom [flot options]}
|
||||
// }
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user