[view/flot,bugfix][xs]: tiny fix to have a correct default for graph type.

This commit is contained in:
Rufus Pollock 2013-08-14 16:54:53 +01:00
parent d1b04a4d10
commit db9fe8d3a2

View File

@ -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]}
// }
//