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 #846

Closed
mraccola opened this issue Jan 15, 2011 · 2 comments
Closed

Flot widget does not support horizontal bars option #846

mraccola opened this issue Jan 15, 2011 · 2 comments

Comments

@mraccola
Copy link

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.

@github-importer
Copy link

Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/846

@fmpwizard
Copy link
Member

Moved to liftmodules/widgets#8

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

No branches or pull requests

3 participants