Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flot widget does not support horizontal bars option #8

Open
fmpwizard opened this issue Jul 29, 2013 · 0 comments
Open

Flot widget does not support horizontal bars option #8

fmpwizard opened this issue Jul 29, 2013 · 0 comments
Labels

Comments

@fmpwizard
Copy link
Member

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.

Migrated from lift/framework#846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant