You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flot widget should support horizontal bars. The Flot JavaScript library provides a "series.bars.horizontal" option for this purpose. Here is an example from the Flot API.txt:
series: {
bars: {
barWidth: number
align: "left" or "center"
horizontal: boolean
}
}
The net.liftweb.widgets.flot.FlotBarsOptions trait does not provide any options other than barWidth.
The Flot widget should support horizontal bars. The Flot JavaScript library provides a "series.bars.horizontal" option for this purpose. Here is an example from the Flot API.txt:
The net.liftweb.widgets.flot.FlotBarsOptions trait does not provide any options other than barWidth.
Migrated from lift/framework#846
The text was updated successfully, but these errors were encountered: