[view/flot,bugfix][xs]: tiny fix to have a correct default for graph type.
This commit is contained in:
@@ -15,7 +15,8 @@ this.recline.View = this.recline.View || {};
|
|||||||
// {
|
// {
|
||||||
// group: {column name for x-axis},
|
// group: {column name for x-axis},
|
||||||
// series: [{column name for series A}, {column name series B}, ... ],
|
// 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]}
|
// graphOptions: {custom [flot options]}
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user